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

Unified Diff: sync/internal_api/syncapi_unittest.cc

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: sync/internal_api/syncapi_unittest.cc
diff --git a/sync/internal_api/syncapi_unittest.cc b/sync/internal_api/syncapi_unittest.cc
index 64e5570bcf68b9e979fa8a021218b2fb6e56637b..12429ed6635df9a48de335ab6a75c4c3f7d30488 100644
--- a/sync/internal_api/syncapi_unittest.cc
+++ b/sync/internal_api/syncapi_unittest.cc
@@ -67,31 +67,6 @@
#include "testing/gtest/include/gtest/gtest.h"
using base::ExpectDictStringValue;
-using syncer::Cryptographer;
-using syncer::FakeEncryptor;
-using syncer::FakeExtensionsActivityMonitor;
-using syncer::HasArgsAsList;
-using syncer::HasDetailsAsDictionary;
-using syncer::KeyParams;
-using syncer::kNigoriTag;
-using syncer::JsArgList;
-using syncer::JsBackend;
-using syncer::JsEventHandler;
-using syncer::JsReplyHandler;
-using syncer::MockJsEventHandler;
-using syncer::MockJsReplyHandler;
-using syncer::ModelSafeRoutingInfo;
-using syncer::ModelSafeWorker;
-using syncer::sessions::SyncSessionSnapshot;
-using syncer::TestUnrecoverableErrorHandler;
-using syncer::WeakHandle;
-using syncable::IS_DEL;
-using syncable::IS_UNSYNCED;
-using syncable::kEncryptedString;
-using syncable::ModelTypeSet;
-using syncable::ModelType;
-using syncable::NON_UNIQUE_NAME;
-using syncable::SPECIFICS;
using testing::_;
using testing::AnyNumber;
using testing::AtLeast;
@@ -102,6 +77,15 @@ using testing::StrictMock;
namespace syncer {
+using sessions::SyncSessionSnapshot;
+using syncable::IS_DEL;
+using syncable::IS_UNSYNCED;
+using syncable::kEncryptedString;
+using syncable::ModelTypeSet;
+using syncable::ModelType;
+using syncable::NON_UNIQUE_NAME;
+using syncable::SPECIFICS;
+
namespace {
const char kTestChromeVersion[] = "test chrome version";

Powered by Google App Engine
This is Rietveld 408576698