Index: chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
similarity index 99% |
rename from chrome/browser/sync/glue/sync_backend_host_unittest.cc |
rename to chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
index 9ce675d762e6a8d5ff1f428fdf3d583cbbb3f35b..9a80c42103421cfeeb5aa79483f1cff4a6057f1d 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/glue/sync_backend_host.h" |
+#include "chrome/browser/sync/glue/sync_backend_host_impl.h" |
#include <cstddef> |
@@ -15,6 +15,7 @@ |
#include "chrome/browser/invalidation/invalidator_storage.h" |
#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/browser/sync/glue/device_info.h" |
+#include "chrome/browser/sync/glue/sync_frontend.h" |
#include "chrome/browser/sync/glue/synced_device_tracker.h" |
#include "chrome/browser/sync/sync_prefs.h" |
#include "chrome/test/base/testing_profile.h" |
@@ -137,7 +138,7 @@ class SyncBackendHostTest : public testing::Test { |
virtual void SetUp() OVERRIDE { |
profile_.reset(new TestingProfile()); |
sync_prefs_.reset(new SyncPrefs(profile_->GetPrefs())); |
- backend_.reset(new SyncBackendHost( |
+ backend_.reset(new SyncBackendHostImpl( |
profile_->GetDebugName(), |
profile_.get(), |
sync_prefs_->AsWeakPtr())); |