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

Unified Diff: components/sync/syncable/invalid_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/syncable/invalid_directory_backing_store.cc
diff --git a/sync/syncable/invalid_directory_backing_store.cc b/components/sync/syncable/invalid_directory_backing_store.cc
similarity index 75%
rename from sync/syncable/invalid_directory_backing_store.cc
rename to components/sync/syncable/invalid_directory_backing_store.cc
index 1844d846d2975fcaf2acbf93469e398aefb5cbbf..3d945f64c9045ce3e87acdedfece959442f566fb 100644
--- a/sync/syncable/invalid_directory_backing_store.cc
+++ b/components/sync/syncable/invalid_directory_backing_store.cc
@@ -2,17 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/syncable/invalid_directory_backing_store.h"
+#include "components/sync/syncable/invalid_directory_backing_store.h"
namespace syncer {
namespace syncable {
InvalidDirectoryBackingStore::InvalidDirectoryBackingStore()
- : DirectoryBackingStore("some_fake_user") {
-}
+ : DirectoryBackingStore("some_fake_user") {}
-InvalidDirectoryBackingStore::~InvalidDirectoryBackingStore() {
-}
+InvalidDirectoryBackingStore::~InvalidDirectoryBackingStore() {}
DirOpenResult InvalidDirectoryBackingStore::Load(
Directory::MetahandlesMap* handles_map,
« no previous file with comments | « components/sync/syncable/invalid_directory_backing_store.h ('k') | components/sync/syncable/metahandle_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698