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

Unified Diff: base/metrics/stats_counters.h

Issue 18051003: Use a direct include of time headers in base/, 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 | « base/metrics/histogram_unittest.cc ('k') | base/nix/mime_util_xdg.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/stats_counters.h
diff --git a/base/metrics/stats_counters.h b/base/metrics/stats_counters.h
index ccc73ba1062637e208beaedef8bf501dac513af8..d47bab3e893f99aabfc577a6707df5b662d43b36 100644
--- a/base/metrics/stats_counters.h
+++ b/base/metrics/stats_counters.h
@@ -10,7 +10,7 @@
#include "base/base_export.h"
#include "base/compiler_specific.h"
#include "base/metrics/stats_table.h"
-#include "base/time.h"
+#include "base/time/time.h"
namespace base {
« no previous file with comments | « base/metrics/histogram_unittest.cc ('k') | base/nix/mime_util_xdg.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698