| Index: chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| diff --git a/chrome/browser/sync/backend_unrecoverable_error_handler.h b/chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| index c352c0513ca5bec43c082bd2b1de4db15ecf4ec1..91f5bbef6369f6277966c01e2c6c9f5b0a9c5da5 100644
|
| --- a/chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| +++ b/chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| @@ -18,16 +18,16 @@ class ProfileSyncService;
|
| namespace browser_sync {
|
|
|
| class BackendUnrecoverableErrorHandler
|
| - : public csync::UnrecoverableErrorHandler {
|
| + : public syncer::UnrecoverableErrorHandler {
|
| public:
|
| BackendUnrecoverableErrorHandler(
|
| - const csync::WeakHandle<ProfileSyncService>& service);
|
| + const syncer::WeakHandle<ProfileSyncService>& service);
|
| virtual ~BackendUnrecoverableErrorHandler();
|
| virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
|
| const std::string& message) OVERRIDE;
|
|
|
| private:
|
| - csync::WeakHandle<ProfileSyncService> service_;
|
| + syncer::WeakHandle<ProfileSyncService> service_;
|
| };
|
| } // namespace browser_sync
|
| #endif // CHROME_BROWSER_SYNC_BACKEND_UNRECOVERABLE_ERROR_HANDLER_H_
|
|
|