| Index: components/browser_sync/test_profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/test_profile_sync_service.h b/components/browser_sync/test_profile_sync_service.h
|
| similarity index 83%
|
| rename from components/browser_sync/browser/test_profile_sync_service.h
|
| rename to components/browser_sync/test_profile_sync_service.h
|
| index 22609c2b4c45cbaac4ef322b5b7cc4fe0fd072bb..7131a15563afdd27f4a39567c7e89857a3882328 100644
|
| --- a/components/browser_sync/browser/test_profile_sync_service.h
|
| +++ b/components/browser_sync/test_profile_sync_service.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
| -#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#define COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "components/browser_sync/browser/profile_sync_service.h"
|
| +#include "components/browser_sync/profile_sync_service.h"
|
| #include "components/sync/base/weak_handle.h"
|
| #include "components/sync/driver/data_type_manager.h"
|
| #include "components/sync/js/js_event_handler.h"
|
| @@ -47,4 +47,4 @@ class TestProfileSyncService : public ProfileSyncService {
|
| DISALLOW_COPY_AND_ASSIGN(TestProfileSyncService);
|
| };
|
|
|
| -#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
|
|
|