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

Unified Diff: net/base/network_time_notifier.h

Issue 18054009: Use a direct include of time headers in net/, part 1. (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 | « net/base/network_change_notifier_win.cc ('k') | net/base/sdch_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_time_notifier.h
diff --git a/net/base/network_time_notifier.h b/net/base/network_time_notifier.h
index 06fb8032e320a809873be33b33287a09a93d9df3..62e234863a0fcb84c09c992a028ec073dee70c50 100644
--- a/net/base/network_time_notifier.h
+++ b/net/base/network_time_notifier.h
@@ -12,8 +12,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "base/time.h"
#include "base/time/tick_clock.h"
+#include "base/time/time.h"
#include "net/base/net_export.h"
namespace net {
« no previous file with comments | « net/base/network_change_notifier_win.cc ('k') | net/base/sdch_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698