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

Unified Diff: components/sync/base/stop_source.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/base/protobuf_unittest.cc ('k') | components/sync/base/sync_db_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/base/protobuf_unittest.cc ('k') | components/sync/base/sync_db_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698