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

Unified Diff: components/sync/driver/glue/chrome_report_unrecoverable_error.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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/glue/chrome_report_unrecoverable_error.cc
diff --git a/components/sync/driver/glue/chrome_report_unrecoverable_error.cc b/components/sync/driver/glue/chrome_report_unrecoverable_error.cc
index ee29ed069373b756ff100a9ba28853f1a9e1fbc2..484421c507844943a49334bc71ce05d7069ecfe7 100644
--- a/components/sync/driver/glue/chrome_report_unrecoverable_error.cc
+++ b/components/sync/driver/glue/chrome_report_unrecoverable_error.cc
@@ -7,7 +7,7 @@
#include "base/debug/dump_without_crashing.h"
#include "base/rand_util.h"
-namespace browser_sync {
+namespace syncer {
void ChromeReportUnrecoverableError(version_info::Channel channel) {
// Only upload on canary/dev builds to avoid overwhelming crash server.
@@ -27,4 +27,4 @@ void ChromeReportUnrecoverableError(version_info::Channel channel) {
base::debug::DumpWithoutCrashing();
}
-} // namespace browser_sync
+} // namespace syncer
« no previous file with comments | « components/sync/driver/glue/chrome_report_unrecoverable_error.h ('k') | components/sync/driver/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698