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

Side by Side Diff: chrome/browser/sync/sync_global_error.h

Issue 10910071: Extract abstract base to API directory for ProfileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More unit test fixes. Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/profile_sync_test_util.h ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_ 5 #ifndef CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_
6 #define CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_ 6 #define CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chrome/browser/sync/profile_sync_service_observer.h" 10 #include "chrome/browser/api/sync/profile_sync_service_observer.h"
11 #include "chrome/browser/ui/global_error/global_error.h" 11 #include "chrome/browser/ui/global_error/global_error.h"
12 12
13 class ProfileSyncService; 13 class ProfileSyncService;
14 class SigninManager; 14 class SigninManager;
15 15
16 // Shows sync errors on the wrench menu using a bubble view and a 16 // Shows sync errors on the wrench menu using a bubble view and a
17 // menu item. 17 // menu item.
18 class SyncGlobalError : public GlobalError, 18 class SyncGlobalError : public GlobalError,
19 public ProfileSyncServiceObserver { 19 public ProfileSyncServiceObserver {
20 public: 20 public:
(...skipping 27 matching lines...) Expand all
48 string16 bubble_accept_label_; 48 string16 bubble_accept_label_;
49 string16 bubble_message_; 49 string16 bubble_message_;
50 string16 menu_label_; 50 string16 menu_label_;
51 ProfileSyncService* service_; 51 ProfileSyncService* service_;
52 SigninManager* signin_; 52 SigninManager* signin_;
53 53
54 DISALLOW_COPY_AND_ASSIGN(SyncGlobalError); 54 DISALLOW_COPY_AND_ASSIGN(SyncGlobalError);
55 }; 55 };
56 56
57 #endif // CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_ 57 #endif // CHROME_BROWSER_SYNC_SYNC_GLOBAL_ERROR_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_test_util.h ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698