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

Unified Diff: components/sync/core/shutdown_reason.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
Index: components/sync/core/shutdown_reason.h
diff --git a/sync/internal_api/public/shutdown_reason.h b/components/sync/core/shutdown_reason.h
similarity index 71%
rename from sync/internal_api/public/shutdown_reason.h
rename to components/sync/core/shutdown_reason.h
index 604dc0eed199940be95e1dea3254526b21eb8031..ccf498ec8ae66281762b0f1da8b4245dcfa783a7 100644
--- a/sync/internal_api/public/shutdown_reason.h
+++ b/components/sync/core/shutdown_reason.h
@@ -2,10 +2,10 @@
// 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_SHUTDOWN_REASON_H_
-#define SYNC_INTERNAL_API_PUBLIC_SHUTDOWN_REASON_H_
+#ifndef COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
+#define COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -18,4 +18,4 @@ enum ShutdownReason {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_SHUTDOWN_REASON_H_
+#endif // COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
« no previous file with comments | « components/sync/core/shared_model_type_processor_unittest.cc ('k') | components/sync/core/simple_metadata_change_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698