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

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

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights 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/new_non_frontend_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
index acad7b0c2abf3be022a23b8ce7813e40309de0da..57d7a2e95c0ae9e3acafc3d3c903dedab0e8c367 100644
--- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
@@ -30,7 +30,7 @@ namespace {
using base::WaitableEvent;
using content::BrowserThread;
-using syncable::AUTOFILL_PROFILE;
+using syncer::AUTOFILL_PROFILE;
using testing::_;
using testing::AtLeast;
using testing::DoAll;
@@ -72,7 +72,7 @@ class NewNonFrontendDataTypeControllerFake
blocked_(false),
mock_(mock) {}
- virtual syncable::ModelType type() const OVERRIDE {
+ virtual syncer::ModelType type() const OVERRIDE {
return AUTOFILL_PROFILE;
}
virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698