| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index fc62d4906d4c9e30fef1abd7e7e28039741ed9ff..bd6f4b82a701fe615f985608252e826f4d9eae25 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -65,7 +65,6 @@ class AbstractProfileSyncServiceTest : public testing::Test {
|
| content::TestBrowserThread db_thread_;
|
| content::TestBrowserThread file_thread_;
|
| content::TestBrowserThread io_thread_;
|
| - ProfileSyncComponentsFactoryMock factory_;
|
| scoped_ptr<TokenService> token_service_;
|
| scoped_ptr<TestProfileSyncService> service_;
|
| };
|
|
|