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

Unified Diff: net/url_request/url_request_filter.h

Issue 1606: hodgepodge for test_shell.cc (Closed)
Patch Set: update some comments Created 12 years, 3 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 | « build/SConscript.main ('k') | third_party/bspatch/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_filter.h
diff --git a/net/url_request/url_request_filter.h b/net/url_request/url_request_filter.h
index 4efea082779ae8e1d2303685b22fe88f878175ba..908e76a521bd992e401ed70a6e7d1817c2e99c91 100644
--- a/net/url_request/url_request_filter.h
+++ b/net/url_request/url_request_filter.h
@@ -19,7 +19,11 @@
#ifndef NET_URL_REQUEST_URL_REQUEST_FILTER_H_
#define NET_URL_REQUEST_URL_REQUEST_FILTER_H_
+#if defined(OS_WIN)
#include <hash_map>
+#else
+#include <ext/hash_map>
+#endif
#include <map>
#include <string>
@@ -78,4 +82,3 @@ class URLRequestFilter {
};
#endif // NET_URL_REQUEST_URL_REQUEST_FILTER_H_
-
« no previous file with comments | « build/SConscript.main ('k') | third_party/bspatch/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698