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

Unified Diff: components/sync/protocol/sync_protocol_error.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
« no previous file with comments | « components/sync/protocol/sync_proto_export.h ('k') | components/sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/protocol/sync_proto_export.h ('k') | components/sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698