| Index: components/sync/api/fake_syncable_service.h
|
| diff --git a/sync/api/fake_syncable_service.h b/components/sync/api/fake_syncable_service.h
|
| similarity index 91%
|
| rename from sync/api/fake_syncable_service.h
|
| rename to components/sync/api/fake_syncable_service.h
|
| index 3edeb61d92267e1b519c714af9dced2282edbc48..0bfd5d41e057505808eb7987d3d0a9b771f58243 100644
|
| --- a/sync/api/fake_syncable_service.h
|
| +++ b/components/sync/api/fake_syncable_service.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
| -#define SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
| +#ifndef COMPONENTS_SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
| +#define COMPONENTS_SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
|
|
| -#include "sync/api/syncable_service.h"
|
| +#include "components/sync/api/syncable_service.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -59,4 +59,4 @@ class FakeSyncableService : public SyncableService {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
| +#endif // COMPONENTS_SYNC_API_FAKE_SYNCABLE_SERVICE_H_
|
|
|