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

Unified Diff: components/sync/core/data_type_error_handler.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/core/data_type_debug_info_listener.cc ('k') | components/sync/core/delete_journal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/data_type_error_handler.h
diff --git a/sync/internal_api/public/data_type_error_handler.h b/components/sync/core/data_type_error_handler.h
similarity index 72%
rename from sync/internal_api/public/data_type_error_handler.h
rename to components/sync/core/data_type_error_handler.h
index b7385ca711f66f1c0984b8259915baa74e923374..dbac7d33f9e03c2aa8b5898e85108117bbaef390 100644
--- a/sync/internal_api/public/data_type_error_handler.h
+++ b/components/sync/core/data_type_error_handler.h
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ERROR_HANDLER_H__
-#define SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ERROR_HANDLER_H__
+#ifndef COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__
+#define COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__
#include <string>
+
#include "base/location.h"
-#include "sync/api/sync_error.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
+#include "components/sync/api/sync_error.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/unrecoverable_error_handler.h"
namespace syncer {
@@ -34,4 +35,4 @@ class DataTypeErrorHandler {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ERROR_HANDLER_H__
+#endif // COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__
« no previous file with comments | « components/sync/core/data_type_debug_info_listener.cc ('k') | components/sync/core/delete_journal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698