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

Unified Diff: components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( Created 4 years, 7 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
Index: components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
diff --git a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
index cfc811351bde615a49cfd6201d3c3d30f7122211..62ed15ecc280c63fb5feed35565f1a34a43f48d1 100644
--- a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
+++ b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
@@ -31,10 +31,10 @@
#include "components/history/core/browser/history_service.h"
#include "components/history/core/browser/typed_url_data_type_controller.h"
#include "components/signin/core/browser/signin_manager.h"
-#include "components/sync_driver/data_type_error_handler_mock.h"
#include "components/sync_driver/data_type_manager_impl.h"
#include "sync/internal_api/public/read_node.h"
#include "sync/internal_api/public/read_transaction.h"
+#include "sync/internal_api/public/test/data_type_error_handler_mock.h"
#include "sync/internal_api/public/write_node.h"
#include "sync/internal_api/public/write_transaction.h"
#include "sync/protocol/typed_url_specifics.pb.h"
@@ -381,7 +381,7 @@ class ProfileSyncServiceTypedUrlTest : public AbstractProfileSyncServiceTest {
private:
scoped_refptr<HistoryBackendMock> history_backend_;
std::unique_ptr<HistoryServiceMock> history_service_;
- sync_driver::DataTypeErrorHandlerMock error_handler_;
+ syncer::DataTypeErrorHandlerMock error_handler_;
TypedUrlDataTypeController* data_type_controller;
std::unique_ptr<TestTypedUrlSyncableService> syncable_service_;
std::unique_ptr<sync_driver::FakeSyncClient> sync_client_;

Powered by Google App Engine
This is Rietveld 408576698