Commit a62479b9 authored by lipalani@chromium.org's avatar lipalani@chromium.org

This move is done so that the file could be referenced from syncable layer.

This is the first patch to get remove CHECK stmts from syncable layer.

BUG=100444
TEST=


Review URL: http://codereview.chromium.org/8804026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113530 0039d316-1c4b-4281-b951-d872f2087c98
parent 076a2406
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/task.h" #include "base/task.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h" #include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/glue/model_associator.h" #include "chrome/browser/sync/glue/model_associator.h"
class BookmarkModel; class BookmarkModel;
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#pragma once #pragma once
#include "chrome/browser/sync/glue/change_processor.h" #include "chrome/browser/sync/glue/change_processor.h"
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/syncable/syncable.h" #include "chrome/browser/sync/syncable/syncable.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include "base/callback.h" #include "base/callback.h"
#include "base/location.h" #include "base/location.h"
#include "chrome/browser/sync/engine/model_safe_worker.h" #include "chrome/browser/sync/engine/model_safe_worker.h"
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
class SyncError; class SyncError;
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
#include "chrome/browser/sync/api/sync_change.h" #include "chrome/browser/sync/api/sync_change.h"
#include "chrome/browser/sync/api/sync_error.h" #include "chrome/browser/sync/api/sync_error.h"
#include "chrome/browser/sync/api/syncable_service.h" #include "chrome/browser/sync/api/syncable_service.h"
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/internal_api/base_node.h" #include "chrome/browser/sync/internal_api/base_node.h"
#include "chrome/browser/sync/internal_api/change_record.h" #include "chrome/browser/sync/internal_api/change_record.h"
#include "chrome/browser/sync/internal_api/read_node.h" #include "chrome/browser/sync/internal_api/read_node.h"
#include "chrome/browser/sync/internal_api/read_transaction.h" #include "chrome/browser/sync/internal_api/read_transaction.h"
#include "chrome/browser/sync/internal_api/write_node.h" #include "chrome/browser/sync/internal_api/write_node.h"
#include "chrome/browser/sync/internal_api/write_transaction.h" #include "chrome/browser/sync/internal_api/write_transaction.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
using content::BrowserThread; using content::BrowserThread;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "chrome/browser/sync/api/sync_change.h" #include "chrome/browser/sync/api/sync_change.h"
#include "chrome/browser/sync/glue/shared_change_processor.h" #include "chrome/browser/sync/glue/shared_change_processor.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h" #include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
#include "base/logging.h" #include "base/logging.h"
#include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/glue/theme_util.h" #include "chrome/browser/sync/glue/theme_util.h"
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/internal_api/change_record.h" #include "chrome/browser/sync/internal_api/change_record.h"
#include "chrome/browser/sync/internal_api/read_node.h" #include "chrome/browser/sync/internal_api/read_node.h"
#include "chrome/browser/sync/internal_api/write_node.h" #include "chrome/browser/sync/internal_api/write_node.h"
#include "chrome/browser/sync/internal_api/write_transaction.h" #include "chrome/browser/sync/internal_api/write_transaction.h"
#include "chrome/browser/sync/protocol/theme_specifics.pb.h" #include "chrome/browser/sync/protocol/theme_specifics.pb.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "chrome/browser/themes/theme_service_factory.h" #include "chrome/browser/themes/theme_service_factory.h"
#include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service.h"
#include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_notification_types.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_ #ifndef CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_UNRECOVERABLE_ERROR_HANDLER_H_
#define CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_ #define CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_UNRECOVERABLE_ERROR_HANDLER_H_
#pragma once #pragma once
#include <string> #include <string>
...@@ -26,4 +26,4 @@ class UnrecoverableErrorHandler { ...@@ -26,4 +26,4 @@ class UnrecoverableErrorHandler {
} }
#endif // CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_ #endif // CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_UNRECOVERABLE_ERROR_HANDLER_H_
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <string> #include <string>
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h" #include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
class PasswordStore; class PasswordStore;
class ProfileSyncService; class ProfileSyncService;
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
#include "chrome/browser/sync/failed_datatypes_handler.h" #include "chrome/browser/sync/failed_datatypes_handler.h"
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/glue/sync_backend_host.h" #include "chrome/browser/sync/glue/sync_backend_host.h"
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
#include "chrome/browser/sync/internal_api/sync_manager.h" #include "chrome/browser/sync/internal_api/sync_manager.h"
#include "chrome/browser/sync/profile_sync_service_observer.h" #include "chrome/browser/sync/profile_sync_service_observer.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
#include "chrome/browser/sync/sync_js_controller.h" #include "chrome/browser/sync/sync_js_controller.h"
#include "chrome/browser/sync/sync_prefs.h" #include "chrome/browser/sync/sync_prefs.h"
#include "chrome/browser/sync/sync_setup_wizard.h" #include "chrome/browser/sync/sync_setup_wizard.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "chrome/common/net/gaia/google_service_auth_error.h" #include "chrome/common/net/gaia/google_service_auth_error.h"
#include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_registrar.h"
......
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
'sources': [ 'sources': [
'browser/sync/engine/syncapi_internal.cc', 'browser/sync/engine/syncapi_internal.cc',
'browser/sync/engine/syncapi_internal.h', 'browser/sync/engine/syncapi_internal.h',
'browser/sync/internal_api/includes/unrecoverable_error_handler.h',
'browser/sync/internal_api/base_node.cc', 'browser/sync/internal_api/base_node.cc',
'browser/sync/internal_api/base_node.h', 'browser/sync/internal_api/base_node.h',
'browser/sync/internal_api/base_transaction.cc', 'browser/sync/internal_api/base_transaction.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment