Index: components/sync/api/sync_error.h |
diff --git a/sync/api/sync_error.h b/components/sync/api/sync_error.h |
similarity index 95% |
rename from sync/api/sync_error.h |
rename to components/sync/api/sync_error.h |
index c17d6891f729e4800262362fef3023f731f25dc7..91fc98ae96069e474e7fe3455c5cbc15fd0459fe 100644 |
--- a/sync/api/sync_error.h |
+++ b/components/sync/api/sync_error.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_API_SYNC_ERROR_H_ |
-#define SYNC_API_SYNC_ERROR_H_ |
+#ifndef COMPONENTS_SYNC_API_SYNC_ERROR_H_ |
+#define COMPONENTS_SYNC_API_SYNC_ERROR_H_ |
#include <iosfwd> |
#include <memory> |
#include <string> |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/base/model_type.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
namespace tracked_objects { |
class Location; |
@@ -126,4 +126,4 @@ SYNC_EXPORT void PrintTo(const SyncError& sync_error, std::ostream* os); |
} // namespace syncer |
-#endif // SYNC_API_SYNC_ERROR_H_ |
+#endif // COMPONENTS_SYNC_API_SYNC_ERROR_H_ |