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

Unified Diff: components/sync/syncable/on_disk_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/on_disk_directory_backing_store.cc
diff --git a/sync/syncable/on_disk_directory_backing_store.cc b/components/sync/syncable/on_disk_directory_backing_store.cc
similarity index 95%
rename from sync/syncable/on_disk_directory_backing_store.cc
rename to components/sync/syncable/on_disk_directory_backing_store.cc
index 3a378472e870c13dfdc64e144bcaf653e292012f..d7b025ece7e64a474f982dc7d4559287991c27bf 100644
--- a/sync/syncable/on_disk_directory_backing_store.cc
+++ b/components/sync/syncable/on_disk_directory_backing_store.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/syncable/on_disk_directory_backing_store.h"
+#include "components/sync/syncable/on_disk_directory_backing_store.h"
#include "base/logging.h"
-#include "base/stl_util.h"
#include "base/metrics/histogram.h"
-#include "sync/syncable/syncable-inl.h"
+#include "base/stl_util.h"
+#include "components/sync/syncable/syncable-inl.h"
namespace syncer {
namespace syncable {
@@ -30,8 +30,7 @@ OnDiskDirectoryBackingStore::OnDiskDirectoryBackingStore(
DCHECK(backing_file_path_.IsAbsolute());
}
-OnDiskDirectoryBackingStore::~OnDiskDirectoryBackingStore() {
-}
+OnDiskDirectoryBackingStore::~OnDiskDirectoryBackingStore() {}
DirOpenResult OnDiskDirectoryBackingStore::TryLoad(
Directory::MetahandlesMap* handles_map,
« no previous file with comments | « components/sync/syncable/on_disk_directory_backing_store.h ('k') | components/sync/syncable/parent_child_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698