Index: components/sync/sessions/model_neutral_state.h |
diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/components/sync/sessions/model_neutral_state.h |
similarity index 82% |
rename from sync/internal_api/public/sessions/model_neutral_state.h |
rename to components/sync/sessions/model_neutral_state.h |
index 6a785a52305cccf0c3f30f4cc53f60b6c5c84c43..c1632cf218008a8278a71b235da3eefc2b85e056 100644 |
--- a/sync/internal_api/public/sessions/model_neutral_state.h |
+++ b/components/sync/sessions/model_neutral_state.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_INTERNAL_API_PUBLIC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |
+#ifndef COMPONENTS_SYNC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |
+#define COMPONENTS_SYNC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/util/syncer_error.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/base/syncer_error.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace syncer { |
namespace sessions { |
@@ -63,4 +63,4 @@ SYNC_EXPORT bool HasSyncerError(const ModelNeutralState& state); |
} // namespace sessions |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |
+#endif // COMPONENTS_SYNC_SESSIONS_MODEL_NEUTRAL_STATE_H_ |