| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index ba4a2642ac7bab7d46050b0cc7dad3ff7163e2a6..9cb6973408f33e38a36d97630c0385a07fbf1a0a 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -35,8 +35,7 @@ ACTION(ReturnNewDataTypeManager) {
|
| // running in these tests, and allows tests to provide a task on construction
|
| // to set up initial nodes to mock out an actual server initial sync
|
| // download.
|
| -class SyncBackendHostForProfileSyncTest :
|
| - public browser_sync::SyncBackendHost {
|
| +class SyncBackendHostForProfileSyncTest : public browser_sync::SyncBackendHost {
|
| public:
|
| SyncBackendHostForProfileSyncTest(browser_sync::SyncFrontend* frontend,
|
| Profile* profile,
|
|
|