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_ |