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

Unified Diff: base/time/time.h

Issue 18063004: Move timing files into base/time, install forwarding headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios 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/time/tick_clock.h ('k') | base/time/time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time/time.h
diff --git a/base/time.h b/base/time/time.h
similarity index 99%
copy from base/time.h
copy to base/time/time.h
index e722122d2113d7adfcf054ba072825cf5f0cb01e..12995196a4ea6eb3234f4e9e5c220bf428517e73 100644
--- a/base/time.h
+++ b/base/time/time.h
@@ -20,8 +20,8 @@
// These classes are represented as only a 64-bit value, so they can be
// efficiently passed by value.
-#ifndef BASE_TIME_H_
-#define BASE_TIME_H_
+#ifndef BASE_TIME_TIME_H_
+#define BASE_TIME_TIME_H_
#include <time.h>
@@ -648,4 +648,4 @@ inline TimeTicks TimeDelta::operator+(TimeTicks t) const {
} // namespace base
-#endif // BASE_TIME_H_
+#endif // BASE_TIME_TIME_H_
« no previous file with comments | « base/time/tick_clock.h ('k') | base/time/time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698