summaryrefslogtreecommitdiff
path: root/content/browser/download/base_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/base_file.h')
-rw-r--r--content/browser/download/base_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index 7b42669900..9c1261ca25 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -14,10 +14,10 @@
#include "base/time/time.h"
#include "content/common/content_export.h"
#include "content/public/browser/download_interrupt_reasons.h"
-#include "googleurl/src/gurl.h"
#include "net/base/file_stream.h"
#include "net/base/net_errors.h"
#include "net/base/net_log.h"
+#include "url/gurl.h"
namespace crypto {
class SecureHash;