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

Unified Diff: components/sync/test/test_directory_backing_store.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/test_directory_backing_store.cc
diff --git a/sync/test/test_directory_backing_store.cc b/components/sync/test/test_directory_backing_store.cc
similarity index 89%
rename from sync/test/test_directory_backing_store.cc
rename to components/sync/test/test_directory_backing_store.cc
index d845252fd553855d4f384702e9a32ef5b7cc4289..f5bdb709e040f75bbfe384020619997238825011 100644
--- a/sync/test/test_directory_backing_store.cc
+++ b/components/sync/test/test_directory_backing_store.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/test/test_directory_backing_store.h"
+#include "components/sync/test/test_directory_backing_store.h"
#include "base/logging.h"
@@ -10,9 +10,9 @@ namespace syncer {
namespace syncable {
TestDirectoryBackingStore::TestDirectoryBackingStore(
- const std::string& dir_name, sql::Connection* db)
- : DirectoryBackingStore(dir_name, db) {
-}
+ const std::string& dir_name,
+ sql::Connection* db)
+ : DirectoryBackingStore(dir_name, db) {}
TestDirectoryBackingStore::~TestDirectoryBackingStore() {
// This variant of the DirectoryBackingStore does not own its connection, so
« no previous file with comments | « components/sync/test/test_directory_backing_store.h ('k') | components/sync/test/test_transaction_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698