| Index: components/browser_sync/browser/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/components/browser_sync/browser/abstract_profile_sync_service_test.h
|
| similarity index 91%
|
| rename from chrome/browser/sync/abstract_profile_sync_service_test.h
|
| rename to components/browser_sync/browser/abstract_profile_sync_service_test.h
|
| index 39cb4ccc8c4b665df76d3e92752c38d996491e93..5963db73bc156b73e6e36f75288293220dcedb3a 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/components/browser_sync/browser/abstract_profile_sync_service_test.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_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
| -#define CHROME_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
| +#define COMPONENTS_BROWSER_SYNC_BROWSER_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -90,4 +90,4 @@ class CreateRootHelper {
|
| DISALLOW_COPY_AND_ASSIGN(CreateRootHelper);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_BROWSER_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
|
|
|