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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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/driver/sync_stopped_reporter.cc
diff --git a/components/sync/driver/sync_stopped_reporter.cc b/components/sync/driver/sync_stopped_reporter.cc
index ac846422d58ed86bc03dc6031a5d9ad208289e9c..0382034c62f0066a6f5f80b91e534bd15ddceeb9 100644
--- a/components/sync/driver/sync_stopped_reporter.cc
+++ b/components/sync/driver/sync_stopped_reporter.cc
@@ -28,7 +28,7 @@ const int kRequestTimeoutSeconds = 10;
} // namespace
-namespace browser_sync {
+namespace syncer {
SyncStoppedReporter::SyncStoppedReporter(
const GURL& sync_service_url,
@@ -116,4 +116,4 @@ void SyncStoppedReporter::SetTimerTaskRunnerForTest(
timer_.SetTaskRunner(task_runner);
}
-} // namespace browser_sync
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698