aboutsummaryrefslogtreecommitdiff
path: root/third_party/chromium/base/time/clock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/chromium/base/time/clock.cc')
-rw-r--r--third_party/chromium/base/time/clock.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/chromium/base/time/clock.cc b/third_party/chromium/base/time/clock.cc
new file mode 100644
index 0000000..34dc37e
--- /dev/null
+++ b/third_party/chromium/base/time/clock.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "base/time/clock.h"
+
+namespace base {
+
+Clock::~Clock() {}
+
+} // namespace base