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

Unified Diff: components/sync/syncable/directory_change_delegate.h

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/directory_change_delegate.h
diff --git a/sync/syncable/directory_change_delegate.h b/components/sync/syncable/directory_change_delegate.h
similarity index 84%
rename from sync/syncable/directory_change_delegate.h
rename to components/sync/syncable/directory_change_delegate.h
index 9fe71cfad0cf26ddc8c2ceebc93c9177c555cc0c..ed7ffe7c64da77e85ab7972ac89e0b21ad767648 100644
--- a/sync/syncable/directory_change_delegate.h
+++ b/components/sync/syncable/directory_change_delegate.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
-#define SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
+#define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
#include <stdint.h>
#include <vector>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/syncable/write_transaction_info.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/syncable/write_transaction_info.h"
namespace syncer {
namespace syncable {
@@ -45,6 +45,7 @@ class SYNC_EXPORT DirectoryChangeDelegate {
BaseTransaction* trans) = 0;
virtual void HandleTransactionCompleteChangeEvent(
ModelTypeSet models_with_changes) = 0;
+
protected:
virtual ~DirectoryChangeDelegate() {}
};
@@ -52,4 +53,4 @@ class SYNC_EXPORT DirectoryChangeDelegate {
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_
« no previous file with comments | « components/sync/syncable/directory_backing_store_unittest.cc ('k') | components/sync/syncable/directory_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698