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

Unified Diff: chrome/browser/sync/backend_unrecoverable_error_handler.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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: 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_
« no previous file with comments | « chrome/browser/sync/backend_migrator_unittest.cc ('k') | chrome/browser/sync/backend_unrecoverable_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698