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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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 58b4d050f1236555f69cc9673baf772e60298bac..29ff0b733ade79f3c22b04d820b72c9ae73af14f 100644
--- a/components/sync/test/engine/test_directory_setter_upper.cc
+++ b/components/sync/test/engine/test_directory_setter_upper.cc
@@ -35,7 +35,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 =
« no previous file with comments | « components/sync/test/engine/test_directory_setter_upper.h ('k') | components/sync/test/engine/test_syncable_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698