Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: components/sync/sessions/model_neutral_state.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/sessions/commit_counters.cc ('k') | components/sync/sessions/model_neutral_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/sessions/commit_counters.cc ('k') | components/sync/sessions/model_neutral_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698