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

Unified Diff: chrome/browser/net/referrer.h

Issue 18128002: Use a direct include of time headers in chrome/browser/, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « chrome/browser/net/predictor_unittest.cc ('k') | chrome/browser/net/timed_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/referrer.h
diff --git a/chrome/browser/net/referrer.h b/chrome/browser/net/referrer.h
index b38d96df8a028a49ce4dfa7b3478864623b6a2cc..dbf821d5937845c9b4ff7bfa1ff76251f8a23363 100644
--- a/chrome/browser/net/referrer.h
+++ b/chrome/browser/net/referrer.h
@@ -18,7 +18,7 @@
#include <map>
#include "base/basictypes.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "googleurl/src/gurl.h"
#include "net/base/host_port_pair.h"
« no previous file with comments | « chrome/browser/net/predictor_unittest.cc ('k') | chrome/browser/net/timed_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698