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

Unified Diff: rlz/lib/financial_ping.cc

Issue 18031009: Use a direct include of time headers in rlz/, skia/, sql/, sync/. (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 | « no previous file | rlz/lib/financial_ping_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/financial_ping.cc
diff --git a/rlz/lib/financial_ping.cc b/rlz/lib/financial_ping.cc
index 1dc58fbab7a99c91e31f184c08c39dd7c2a37941..edf29addfebc075c262795898fd742277e04cdb6 100644
--- a/rlz/lib/financial_ping.cc
+++ b/rlz/lib/financial_ping.cc
@@ -19,7 +19,7 @@
#include "rlz/lib/string_utils.h"
#if !defined(OS_WIN)
-#include "base/time.h"
+#include "base/time/time.h"
#endif
#if defined(RLZ_NETWORK_IMPLEMENTATION_WIN_INET)
@@ -47,7 +47,7 @@ class InternetHandle {
#include "base/bind.h"
#include "base/message_loop.h"
#include "base/run_loop.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "googleurl/src/gurl.h"
#include "net/base/load_flags.h"
#include "net/url_request/url_fetcher.h"
« no previous file with comments | « no previous file | rlz/lib/financial_ping_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698