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

Unified Diff: sync/engine/model_type_entity.h

Issue 1285443002: move V2 classes in chrome/engine to syncer_v2 namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/entity_tracker_unittest.cc ('k') | sync/engine/model_type_entity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/model_type_entity.h
diff --git a/sync/engine/model_type_entity.h b/sync/engine/model_type_entity.h
index b7a6ddf8ee565508cf1ca2f4e4b21c8f91bbdb80..6f99706bba30ceb4ee68a608b2324376a1550d45 100644
--- a/sync/engine/model_type_entity.h
+++ b/sync/engine/model_type_entity.h
@@ -14,9 +14,6 @@
namespace syncer_v2 {
struct CommitRequestData;
-} // namespace syncer_v2
-
-namespace syncer {
// This is the model thread's representation of a SyncEntity.
//
@@ -99,7 +96,7 @@ class SYNC_EXPORT_PRIVATE ModelTypeEntity {
// Initializes a message representing this item's uncommitted state
// to be forwarded to the sync server for committing.
- void InitializeCommitRequestData(syncer_v2::CommitRequestData* request) const;
+ void InitializeCommitRequestData(CommitRequestData* request) const;
// Notes that the current version of this item has been queued for commit.
void SetCommitRequestInProgress();
« no previous file with comments | « sync/engine/entity_tracker_unittest.cc ('k') | sync/engine/model_type_entity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698