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

Unified Diff: net/base/backoff_entry.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 | « no previous file | net/base/bandwidth_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/backoff_entry.h
diff --git a/net/base/backoff_entry.h b/net/base/backoff_entry.h
index c50eafc45d6a7bc3c36f4d318c447dd2d6fbc936..d8f03d3476b7add5f83a17f66e7f34f15f7ec198 100644
--- a/net/base/backoff_entry.h
+++ b/net/base/backoff_entry.h
@@ -6,7 +6,7 @@
#define NET_BASE_BACKOFF_ENTRY_H_
#include "base/threading/non_thread_safe.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "net/base/net_export.h"
namespace net {
« no previous file with comments | « no previous file | net/base/bandwidth_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698