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

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

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.h
diff --git a/components/sync/test/engine/test_directory_setter_upper.h b/components/sync/test/engine/test_directory_setter_upper.h
index 437154e82f8e9dddcb90a853f67b116b327392de..1a38476598ccdf2024bda18a6e855b97db66b162 100644
--- a/components/sync/test/engine/test_directory_setter_upper.h
+++ b/components/sync/test/engine/test_directory_setter_upper.h
@@ -57,8 +57,7 @@ class TestDirectorySetterUpper {
// Create a Directory instance using |directory_store| as backend storage.
// Takes ownership of |directory_store|.
- virtual void SetUpWith(
- syncer::syncable::DirectoryBackingStore* directory_store);
+ virtual void SetUpWith(syncable::DirectoryBackingStore* directory_store);
// Undo everything done by SetUp(): close the directory and delete the
// backing files. Before closing the directory, this will run the directory
« no previous file with comments | « components/sync/test/engine/single_type_mock_server.cc ('k') | components/sync/test/engine/test_directory_setter_upper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698