Index: content/child/scheduler/time_source.cc |
diff --git a/content/child/scheduler/time_source.cc b/content/child/scheduler/time_source.cc |
deleted file mode 100644 |
index ce64df85d813a9859f4232c48129acca9b4dd129..0000000000000000000000000000000000000000 |
--- a/content/child/scheduler/time_source.cc |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright 2015 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 "content/child/scheduler/time_source.h" |
- |
-namespace content { |
- |
-TimeSource::TimeSource() { |
-} |
- |
-TimeSource::~TimeSource() { |
-} |
- |
-base::TimeTicks TimeSource::Now() const { |
- return base::TimeTicks::Now(); |
-} |
- |
-} // namespace content |