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

Unified Diff: chrome/browser/sync/sync_error_notifier_ash.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
Index: chrome/browser/sync/sync_error_notifier_ash.h
diff --git a/chrome/browser/sync/sync_error_notifier_ash.h b/chrome/browser/sync/sync_error_notifier_ash.h
index 4dcc8d29b80600b944746da672a4797dec065a7f..9582049aa6e2236d7a8af526665c1ef9b1822a9c 100644
--- a/chrome/browser/sync/sync_error_notifier_ash.h
+++ b/chrome/browser/sync/sync_error_notifier_ash.h
@@ -16,21 +16,21 @@
class Profile;
// Shows sync-related errors as notifications in Ash.
-class SyncErrorNotifier : public syncer::SyncErrorController::Observer,
+class SyncErrorNotifier : public SyncErrorController::Observer,
public KeyedService {
public:
- SyncErrorNotifier(syncer::SyncErrorController* controller, Profile* profile);
+ SyncErrorNotifier(SyncErrorController* controller, Profile* profile);
~SyncErrorNotifier() override;
// KeyedService:
void Shutdown() override;
- // syncer::SyncErrorController::Observer:
+ // SyncErrorController::Observer:
void OnErrorChanged() override;
private:
// The error controller to query for error details.
- syncer::SyncErrorController* error_controller_;
+ SyncErrorController* error_controller_;
// The Profile this service belongs to.
Profile* profile_;
« no previous file with comments | « chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc ('k') | chrome/browser/sync/sync_error_notifier_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698