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

Unified Diff: components/sync_driver/change_processor.h

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile and chrome/ usage Created 6 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
Index: components/sync_driver/change_processor.h
diff --git a/components/sync_driver/change_processor.h b/components/sync_driver/change_processor.h
index efefea92565172ec52153a9ce09eb4661f40d235..30762be63d08db12c63e20dd9b9046ba19308cf3 100644
--- a/components/sync_driver/change_processor.h
+++ b/components/sync_driver/change_processor.h
@@ -14,7 +14,7 @@ namespace syncer {
class UnrecoverableErrorHandler;
} // namespace syncer
-namespace browser_sync {
+namespace sync_driver {
class ModelAssociator;
@@ -83,6 +83,6 @@ class ChangeProcessor {
DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
};
-} // namespace browser_sync
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_

Powered by Google App Engine
This is Rietveld 408576698