| Index: components/sync/test/fake_server/bookmark_entity.h
|
| diff --git a/sync/test/fake_server/bookmark_entity.h b/components/sync/test/fake_server/bookmark_entity.h
|
| similarity index 87%
|
| rename from sync/test/fake_server/bookmark_entity.h
|
| rename to components/sync/test/fake_server/bookmark_entity.h
|
| index 55f2f52546c55151265b63411ed5e82dc8f278c4..7b7143faf16864c8926dabe13cbf43b904b31816 100644
|
| --- a/sync/test/fake_server/bookmark_entity.h
|
| +++ b/components/sync/test/fake_server/bookmark_entity.h
|
| @@ -2,17 +2,17 @@
|
| // 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_BOOKMARK_ENTITY_H_
|
| -#define SYNC_TEST_FAKE_SERVER_BOOKMARK_ENTITY_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_FAKE_SERVER_BOOKMARK_ENTITY_H_
|
| +#define COMPONENTS_SYNC_TEST_FAKE_SERVER_BOOKMARK_ENTITY_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <map>
|
| #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 {
|
|
|
| @@ -71,4 +71,4 @@ class BookmarkEntity : public FakeServerEntity {
|
|
|
| } // namespace fake_server
|
|
|
| -#endif // SYNC_TEST_FAKE_SERVER_BOOKMARK_ENTITY_H_
|
| +#endif // COMPONENTS_SYNC_TEST_FAKE_SERVER_BOOKMARK_ENTITY_H_
|
|
|