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

Unified Diff: sync/test/engine/test_directory_setter_upper.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/test/engine/test_directory_setter_upper.cc
diff --git a/sync/test/engine/test_directory_setter_upper.cc b/sync/test/engine/test_directory_setter_upper.cc
index e9847bd3efe89318402228a3f43d87e0ba41d075..ad2cf1834dc23a4ae94f533d16881ee44137691c 100644
--- a/sync/test/engine/test_directory_setter_upper.cc
+++ b/sync/test/engine/test_directory_setter_upper.cc
@@ -14,11 +14,10 @@
#include "sync/test/null_transaction_observer.h"
#include "testing/gtest/include/gtest/gtest.h"
-using syncable::NullTransactionObserver;
-using syncable::ReadTransaction;
-
namespace syncer {
+using syncable::NullTransactionObserver;
+
TestDirectorySetterUpper::TestDirectorySetterUpper() : name_("Test") {}
TestDirectorySetterUpper::~TestDirectorySetterUpper() {}

Powered by Google App Engine
This is Rietveld 408576698