| Index: components/sync/test/fake_server/tombstone_entity.h
|
| diff --git a/sync/test/fake_server/tombstone_entity.h b/components/sync/test/fake_server/tombstone_entity.h
|
| similarity index 70%
|
| rename from sync/test/fake_server/tombstone_entity.h
|
| rename to components/sync/test/fake_server/tombstone_entity.h
|
| index 4e6462d8a5e5114fd39bbf53dc6dddcff4e29c50..fa99e5d24a931b1add2fcccb872f5795ca495ebd 100644
|
| --- a/sync/test/fake_server/tombstone_entity.h
|
| +++ b/components/sync/test/fake_server/tombstone_entity.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
| -#define SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
| +#define COMPONENTS_SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/test/fake_server/fake_server_entity.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| +#include "components/sync/test/fake_server/fake_server_entity.h"
|
|
|
| namespace fake_server {
|
|
|
| @@ -33,4 +33,4 @@ class TombstoneEntity : public FakeServerEntity {
|
|
|
| } // namespace fake_server
|
|
|
| -#endif // SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
| +#endif // COMPONENTS_SYNC_TEST_FAKE_SERVER_TOMBSTONE_ENTITY_H_
|
|
|