Index: components/sync/protocol/sync_protocol_error.h |
diff --git a/sync/protocol/sync_protocol_error.h b/components/sync/protocol/sync_protocol_error.h |
similarity index 89% |
rename from sync/protocol/sync_protocol_error.h |
rename to components/sync/protocol/sync_protocol_error.h |
index 2ba65d5a1a13d67e1a1d1fec94822d11d7d189fd..dfd5f8c777520e55c9122467eeeb85dcc59d9c48 100644 |
--- a/sync/protocol/sync_protocol_error.h |
+++ b/components/sync/protocol/sync_protocol_error.h |
@@ -1,14 +1,14 @@ |
// Copyright 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |
-#define SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |
+#ifndef COMPONENTS_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |
+#define COMPONENTS_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |
#include <string> |
#include "base/values.h" |
-#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 syncer { |
@@ -92,5 +92,4 @@ struct SYNC_EXPORT SyncProtocolError { |
SYNC_EXPORT const char* GetSyncErrorTypeString(SyncProtocolErrorType type); |
SYNC_EXPORT const char* GetClientActionString(ClientAction action); |
} // namespace syncer |
-#endif // SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |
- |
+#endif // COMPONENTS_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ |