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

Unified Diff: components/sync/engine/connection_status.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Created 4 years, 2 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
Index: components/sync/engine/connection_status.h
diff --git a/components/sync/core/connection_status.h b/components/sync/engine/connection_status.h
similarity index 70%
rename from components/sync/core/connection_status.h
rename to components/sync/engine/connection_status.h
index 2bcb5410a52b96f8c800b534a21ede2e5e335604..a0a2b62f2ab6fb60e7c2c82cd734e352f67d17e8 100644
--- a/components/sync/core/connection_status.h
+++ b/components/sync/engine/connection_status.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 COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
-#define COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
+#ifndef COMPONENTS_SYNC_ENGINE_CONNECTION_STATUS_H_
+#define COMPONENTS_SYNC_ENGINE_CONNECTION_STATUS_H_
namespace syncer {
@@ -17,4 +17,4 @@ enum ConnectionStatus {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
+#endif // COMPONENTS_SYNC_ENGINE_CONNECTION_STATUS_H_

Powered by Google App Engine
This is Rietveld 408576698