Index: components/sync/engine_impl/update_handler.h |
diff --git a/sync/engine/update_handler.h b/components/sync/engine_impl/update_handler.h |
similarity index 90% |
rename from sync/engine/update_handler.h |
rename to components/sync/engine_impl/update_handler.h |
index fd6e4b49495df2c15c6824c3a302672d8ea2b61a..01db6190acf8c62610fc90f5e8f4466d05b62c02 100644 |
--- a/sync/engine/update_handler.h |
+++ b/components/sync/engine_impl/update_handler.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_ENGINE_UPDATE_HANDLER_H_ |
-#define SYNC_ENGINE_UPDATE_HANDLER_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_UPDATE_HANDLER_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_UPDATE_HANDLER_H_ |
#include <vector> |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/util/syncer_error.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/base/syncer_error.h" |
namespace sync_pb { |
class DataTypeContext; |
@@ -73,4 +73,4 @@ class SYNC_EXPORT UpdateHandler { |
} // namespace syncer |
-#endif // SYNC_ENGINE_UPDATE_HANDLER_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_UPDATE_HANDLER_H_ |