Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: net/url_request/file_protocol_handler.h

Issue 2396503002: Fix net_export.h includes. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/data_protocol_handler.h ('k') | net/url_request/ftp_protocol_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/file_protocol_handler.h
diff --git a/net/url_request/file_protocol_handler.h b/net/url_request/file_protocol_handler.h
index 4a66df15058b08192c23087c73565c68abac0cd3..954d0162921366cad2bde8bb7b2a8eb5298711e2 100644
--- a/net/url_request/file_protocol_handler.h
+++ b/net/url_request/file_protocol_handler.h
@@ -8,6 +8,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "net/base/net_export.h"
#include "net/url_request/url_request_job_factory.h"
class GURL;
« no previous file with comments | « net/url_request/data_protocol_handler.h ('k') | net/url_request/ftp_protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698