Index: chrome/browser/sync/profile_sync_test_util.cc |
diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc |
index 143ca63871f64529182803cc7bfbb48fbd132816..e6f10b7960f58d7613dcec771cb669be2f763b2c 100644 |
--- a/chrome/browser/sync/profile_sync_test_util.cc |
+++ b/chrome/browser/sync/profile_sync_test_util.cc |
@@ -15,6 +15,7 @@ |
#include "chrome/common/channel_info.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/browser_sync/browser/profile_sync_service.h" |
+#include "components/browser_sync/browser/profile_sync_test_util.h" |
#include "components/signin/core/browser/signin_manager.h" |
#include "components/sync_driver/signin_manager_wrapper.h" |
#include "components/sync_driver/startup_controller.h" |
@@ -22,16 +23,6 @@ |
using content::BrowserThread; |
-void EmptyNetworkTimeUpdate(const base::Time&, |
- const base::TimeDelta&, |
- const base::TimeDelta&) {} |
- |
-SyncServiceObserverMock::SyncServiceObserverMock() { |
-} |
- |
-SyncServiceObserverMock::~SyncServiceObserverMock() { |
-} |
- |
ThreadNotifier::ThreadNotifier(base::Thread* notify_thread) |
: done_event_(false, false), |
notify_thread_(notify_thread) {} |