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_ |