| Index: components/sync/sessions_impl/data_type_tracker.h
|
| diff --git a/sync/sessions/data_type_tracker.h b/components/sync/sessions_impl/data_type_tracker.h
|
| similarity index 94%
|
| rename from sync/sessions/data_type_tracker.h
|
| rename to components/sync/sessions_impl/data_type_tracker.h
|
| index e2bf27cbb782324234b71d120bec7f6b0caf6f03..88a7ab2c1f07ebfa8e69e7ff0dc1177fb4de5c33 100644
|
| --- a/sync/sessions/data_type_tracker.h
|
| +++ b/components/sync/sessions_impl/data_type_tracker.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 SYNC_SESSIONS_DATA_TYPE_TRACKER_H_
|
| -#define SYNC_SESSIONS_DATA_TYPE_TRACKER_H_
|
| +#ifndef COMPONENTS_SYNC_SESSIONS_IMPL_DATA_TYPE_TRACKER_H_
|
| +#define COMPONENTS_SYNC_SESSIONS_IMPL_DATA_TYPE_TRACKER_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -13,9 +13,9 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/time/time.h"
|
| -#include "sync/internal_api/public/base/invalidation_interface.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/invalidation_interface.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -152,4 +152,4 @@ class DataTypeTracker {
|
| } // namespace sessions
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_SESSIONS_DATA_TYPE_TRACKER_H_
|
| +#endif // COMPONENTS_SYNC_SESSIONS_IMPL_DATA_TYPE_TRACKER_H_
|
|
|