| Index: components/browser_sync/browser/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/components/browser_sync/browser/test_profile_sync_service.h
|
| similarity index 87%
|
| rename from chrome/browser/sync/test_profile_sync_service.h
|
| rename to components/browser_sync/browser/test_profile_sync_service.h
|
| index 097b4b9a702983dfd8acd465cfc60661d4dbdb21..54b0c37a78192e41f702397f72e5b6bbc33ac3f5 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/components/browser_sync/browser/test_profile_sync_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
|
|
| #include "base/macros.h"
|
| #include "components/browser_sync/browser/profile_sync_service.h"
|
| @@ -49,4 +49,4 @@ class TestProfileSyncService : public ProfileSyncService {
|
| DISALLOW_COPY_AND_ASSIGN(TestProfileSyncService);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
|
|