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

Unified Diff: components/sync/api/data_type_error_handler_impl.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/api/data_type_error_handler.h ('k') | components/sync/api/data_type_error_handler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/data_type_error_handler_impl.h
diff --git a/components/sync/api/data_type_error_handler_impl.h b/components/sync/api/data_type_error_handler_impl.h
index 21a639ae04961bcfa81edcf7dadc128a47a3bdc7..678888d79acca2e7a14a4482db5fd35ea7bd9fef 100644
--- a/components/sync/api/data_type_error_handler_impl.h
+++ b/components/sync/api/data_type_error_handler_impl.h
@@ -19,7 +19,7 @@ namespace syncer {
// The standard implementation of DataTypeErrorHandler.
class DataTypeErrorHandlerImpl : public DataTypeErrorHandler {
public:
- typedef base::Callback<void(const SyncError&)> ErrorCallback;
+ typedef base::Callback<void(const syncer::SyncError&)> ErrorCallback;
DataTypeErrorHandlerImpl(
const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
« no previous file with comments | « components/sync/api/data_type_error_handler.h ('k') | components/sync/api/data_type_error_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698