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

Unified Diff: base/clock.cc

Issue 11607003: Add a Clock and TickClock interface for mocking out time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years 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
Index: base/clock.cc
diff --git a/chrome/browser/extensions/app_host/app_host_resource.h b/base/clock.cc
similarity index 66%
copy from chrome/browser/extensions/app_host/app_host_resource.h
copy to base/clock.cc
index 29d289cc9fc83f64d4a9cc18bf74ef1dddc28162..9ff65b5f9ead89902f0f918fa8a1233b0041c1d3 100644
--- a/chrome/browser/extensions/app_host/app_host_resource.h
+++ b/base/clock.cc
@@ -2,4 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#define IDI_APP_HOST_MAIN 101
+#include "base/clock.h"
+
+namespace base {
+
+Clock::~Clock() {}
+
+} // namespace base
« no previous file with comments | « base/clock.h ('k') | base/default_clock.h » ('j') | media/base/pipeline_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698