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

Unified Diff: base/time/time.cc

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/time.h ('k') | base/time/time_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time/time.cc
diff --git a/base/time.cc b/base/time/time.cc
similarity index 99%
rename from base/time.cc
rename to base/time/time.cc
index 415f70717c05ae4c9fd5df1771c8957624e2e389..1a3f6c38c50f4b6f0fed5f9f1a999f477b7db82c 100644
--- a/base/time.cc
+++ b/base/time/time.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/time.h"
+#include "base/time/time.h"
#include <math.h>
#if defined(OS_WIN)
@@ -11,11 +11,10 @@
#include <limits>
+#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"
#include "base/third_party/nspr/prtime.h"
-#include "base/logging.h"
-
namespace base {
namespace {
« no previous file with comments | « base/time/time.h ('k') | base/time/time_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698