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

Unified Diff: chrome/browser/sync/glue/typed_url_model_associator_unittest.cc

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years, 6 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: chrome/browser/sync/glue/typed_url_model_associator_unittest.cc
diff --git a/chrome/browser/sync/glue/typed_url_model_associator_unittest.cc b/chrome/browser/sync/glue/typed_url_model_associator_unittest.cc
index 309faa49e42a0a23faa361fe8b8a158a64834b83..aa522b2cf46d97d1c6faa1f883c03464af825c38 100644
--- a/chrome/browser/sync/glue/typed_url_model_associator_unittest.cc
+++ b/chrome/browser/sync/glue/typed_url_model_associator_unittest.cc
@@ -94,7 +94,7 @@ static void CreateModelAssociator(base::WaitableEvent* startup,
// test to finish.
*associator = new TestTypedUrlModelAssociator(startup, aborted);
// AssociateModels should be aborted and should return false.
- SyncError error = (*associator)->AssociateModels();
+ csync::SyncError error = (*associator)->AssociateModels();
// TODO(lipalani): crbug.com/122690 fix this when fixing abort.
// EXPECT_TRUE(error.IsSet());
« no previous file with comments | « chrome/browser/sync/glue/typed_url_model_associator.cc ('k') | chrome/browser/sync/glue/ui_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698