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

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

Issue 2708073002: Removing pre-material design menu setting. (Closed)
Patch Set: Removing header Created 3 years, 9 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error.h
diff --git a/chrome/browser/sync/sync_global_error.h b/chrome/browser/sync/sync_global_error.h
index cf801bbb6e89fdfc367a26a673ec552946c96fe7..40726ca8d1baca3103d183b13f35f39d8c5a3c27 100644
--- a/chrome/browser/sync/sync_global_error.h
+++ b/chrome/browser/sync/sync_global_error.h
@@ -13,7 +13,6 @@
#include "components/keyed_service/core/keyed_service.h"
#include "components/sync/driver/sync_error_controller.h"
-class GlobalErrorService;
class LoginUIService;
namespace browser_sync {
@@ -25,8 +24,7 @@ class SyncGlobalError : public GlobalErrorWithStandardBubble,
public syncer::SyncErrorController::Observer,
public KeyedService {
public:
- SyncGlobalError(GlobalErrorService* global_error_service,
- LoginUIService* login_ui_service,
+ SyncGlobalError(LoginUIService* login_ui_service,
syncer::SyncErrorController* error_controller,
browser_sync::ProfileSyncService* profile_sync_service);
~SyncGlobalError() override;
@@ -56,8 +54,6 @@ class SyncGlobalError : public GlobalErrorWithStandardBubble,
base::string16 bubble_message_;
base::string16 menu_label_;
- GlobalErrorService* global_error_service_;
-
const LoginUIService* login_ui_service_;
// The error controller to query for error details. Owned by the
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698