| Index: components/browser_sync/profile_sync_components_factory_impl.h
|
| diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.h b/components/browser_sync/profile_sync_components_factory_impl.h
|
| similarity index 95%
|
| rename from components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| rename to components/browser_sync/profile_sync_components_factory_impl.h
|
| index 8162edbed3746f0109ebe2b414c02aee148d3d36..e2ce26f231fd4090905b35435a7716428111258f 100644
|
| --- a/components/browser_sync/browser/profile_sync_components_factory_impl.h
|
| +++ b/components/browser_sync/profile_sync_components_factory_impl.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 COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
| -#define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
| +#ifndef COMPONENTS_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
| +#define COMPONENTS_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -127,4 +127,4 @@ class ProfileSyncComponentsFactoryImpl
|
| DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl);
|
| };
|
|
|
| -#endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
| +#endif // COMPONENTS_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
|
|
|