Index: components/sync/base/stop_source.h |
diff --git a/sync/internal_api/public/base/stop_source.h b/components/sync/base/stop_source.h |
similarity index 79% |
rename from sync/internal_api/public/base/stop_source.h |
rename to components/sync/base/stop_source.h |
index 92850a0c1827b60165584dc5499238c0aef95bbf..3394a514292d75745aea48f82db6fdf9f8ec47ed 100644 |
--- a/sync/internal_api/public/base/stop_source.h |
+++ b/components/sync/base/stop_source.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 SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_ |
+#ifndef COMPONENTS_SYNC_BASE_STOP_SOURCE_H_ |
+#define COMPONENTS_SYNC_BASE_STOP_SOURCE_H_ |
namespace syncer { |
@@ -11,7 +11,7 @@ namespace syncer { |
// back a UMA histogram and should be treated as append-only. |
// |
// A Java counterpart will be generated for this enum. |
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.sync |
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.sync |
enum StopSource { |
PROFILE_DESTRUCTION, // The user destroyed the profile. |
SIGN_OUT, // The user signed out of Chrome. |
@@ -24,4 +24,4 @@ enum StopSource { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_ |
+#endif // COMPONENTS_SYNC_BASE_STOP_SOURCE_H_ |