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

Unified Diff: components/sync/test/engine/test_directory_setter_upper.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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: components/sync/test/engine/test_directory_setter_upper.cc
diff --git a/components/sync/test/engine/test_directory_setter_upper.cc b/components/sync/test/engine/test_directory_setter_upper.cc
index f7499c16048d1ede5d4bb8b832de85bb8302a012..ca895e93d2c764737c6da8b10748afa45f46a03d 100644
--- a/components/sync/test/engine/test_directory_setter_upper.cc
+++ b/components/sync/test/engine/test_directory_setter_upper.cc
@@ -36,7 +36,7 @@ void TestDirectorySetterUpper::SetUp() {
}
void TestDirectorySetterUpper::SetUpWith(
- syncer::syncable::DirectoryBackingStore* directory_store) {
+ syncable::DirectoryBackingStore* directory_store) {
CHECK(directory_store);
test_transaction_observer_.reset(new syncable::TestTransactionObserver());
WeakHandle<syncable::TransactionObserver> transaction_observer =

Powered by Google App Engine
This is Rietveld 408576698