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

Unified Diff: components/sync/driver/sync_stopped_reporter.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (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
« no previous file with comments | « components/sync/driver/sync_service_utils.cc ('k') | components/sync/driver/sync_stopped_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/sync_stopped_reporter.h
diff --git a/components/sync/driver/sync_stopped_reporter.h b/components/sync/driver/sync_stopped_reporter.h
index dfb5c0ec7d72f5543dde3f614b0ed9bfaa472ad5..27ab60ece9d9e8fee88ad363abde456b372883a9 100644
--- a/components/sync/driver/sync_stopped_reporter.h
+++ b/components/sync/driver/sync_stopped_reporter.h
@@ -16,7 +16,7 @@
#include "net/url_request/url_request_context_getter.h"
#include "url/gurl.h"
-namespace syncer {
+namespace browser_sync {
// Manages informing the sync server that sync has been disabled.
// An implementation of URLFetcherDelegate was needed in order to
@@ -75,6 +75,6 @@ class SyncStoppedReporter : public net::URLFetcherDelegate {
DISALLOW_COPY_AND_ASSIGN(SyncStoppedReporter);
};
-} // namespace syncer
+} // namespace browser_sync
#endif // COMPONENTS_SYNC_DRIVER_SYNC_STOPPED_REPORTER_H_
« no previous file with comments | « components/sync/driver/sync_service_utils.cc ('k') | components/sync/driver/sync_stopped_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698