Index: components/browser_sync/browser/profile_sync_test_util.cc |
diff --git a/components/browser_sync/browser/profile_sync_test_util.cc b/components/browser_sync/browser/profile_sync_test_util.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d32890ec6fbb0b5127c75b442dbe2fd5c8835321 |
--- /dev/null |
+++ b/components/browser_sync/browser/profile_sync_test_util.cc |
@@ -0,0 +1,13 @@ |
+// Copyright 2016 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 "components/browser_sync/browser/profile_sync_test_util.h" |
+ |
+void EmptyNetworkTimeUpdate(const base::Time&, |
+ const base::TimeDelta&, |
+ const base::TimeDelta&) {} |
+ |
+SyncServiceObserverMock::SyncServiceObserverMock() {} |
+ |
+SyncServiceObserverMock::~SyncServiceObserverMock() {} |