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

Side by Side Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2544293002: ios: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_ 5 #ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_
6 #define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_ 6 #define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_
7 7
8 #include <CoreGraphics/CoreGraphics.h> 8 #include <CoreGraphics/CoreGraphics.h>
9 #import <Foundation/Foundation.h> 9 #import <Foundation/Foundation.h>
10 #include <stddef.h> 10 #include <stddef.h>
11 11
12 #include <memory> 12 #include <memory>
13 #include <string> 13 #include <string>
14 #include <vector> 14 #include <vector>
15 15
16 #include "base/callback_forward.h" 16 #include "base/callback_forward.h"
17 #include "base/memory/ref_counted.h" 17 #include "base/memory/ref_counted.h"
18 #include "components/favicon_base/favicon_callback.h" 18 #include "components/favicon_base/favicon_callback.h"
19 19
20 class AppDistributionProvider; 20 class AppDistributionProvider;
21 class AutocompleteProvider;
22 class BrandedImageProvider; 21 class BrandedImageProvider;
23 class GURL; 22 class GURL;
24 class InfoBarViewDelegate; 23 class InfoBarViewDelegate;
25 class OmahaServiceProvider; 24 class OmahaServiceProvider;
26 class PrefRegistrySimple;
27 class PrefService; 25 class PrefService;
28 class SpotlightProvider; 26 class SpotlightProvider;
29 class UserFeedbackProvider; 27 class UserFeedbackProvider;
30 class VoiceSearchProvider; 28 class VoiceSearchProvider;
31 29
32 namespace autofill { 30 namespace autofill {
33 class CardUnmaskPromptController; 31 class CardUnmaskPromptController;
34 class CardUnmaskPromptView; 32 class CardUnmaskPromptView;
35 } 33 }
36 34
37 namespace net {
38 class URLRequestContextGetter;
39 }
40
41 namespace web { 35 namespace web {
42 class WebState; 36 class WebState;
43 } 37 }
44 38
45 namespace sync_sessions { 39 namespace sync_sessions {
46 class SyncedWindowDelegatesGetter; 40 class SyncedWindowDelegatesGetter;
47 } 41 }
48 42
49 namespace user_prefs { 43 namespace user_prefs {
50 class PrefRegistrySyncable; 44 class PrefRegistrySyncable;
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 // not dismiss them. 188 // not dismiss them.
195 virtual void LogIfModalViewsArePresented() const; 189 virtual void LogIfModalViewsArePresented() const;
196 190
197 // Returns an instance of the spotlight provider. 191 // Returns an instance of the spotlight provider.
198 virtual SpotlightProvider* GetSpotlightProvider() const; 192 virtual SpotlightProvider* GetSpotlightProvider() const;
199 }; 193 };
200 194
201 } // namespace ios 195 } // namespace ios
202 196
203 #endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_ 197 #endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_CHROME_BROWSER_PROVIDER_H_
OLDNEW
« no previous file with comments | « ios/net/url_scheme_util.h ('k') | ios/public/provider/chrome/browser/ui/infobar_view_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698