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

Unified Diff: sync/engine/model_changing_syncer_command.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 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 | « sync/engine/get_commit_ids_command.cc ('k') | sync/engine/model_changing_syncer_command_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/model_changing_syncer_command.h
diff --git a/sync/engine/model_changing_syncer_command.h b/sync/engine/model_changing_syncer_command.h
index 9a5824943cbdeab8bfd8f4124ab4b2d97c72a4db..3d780e70324db76e7227cf1541ed38a4a0c45254 100644
--- a/sync/engine/model_changing_syncer_command.h
+++ b/sync/engine/model_changing_syncer_command.h
@@ -30,8 +30,7 @@ class ModelChangingSyncerCommand : public SyncerCommand {
virtual ~ModelChangingSyncerCommand() { }
// SyncerCommand implementation. Sets work_session to session.
- virtual syncer::SyncerError ExecuteImpl(
- sessions::SyncSession* session) OVERRIDE;
+ virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
// Wrapper so implementations don't worry about storing work_session.
SyncerError StartChangingModel() {
« no previous file with comments | « sync/engine/get_commit_ids_command.cc ('k') | sync/engine/model_changing_syncer_command_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698