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

Side by Side Diff: ios/chrome/browser/signin/gaia_auth_fetcher_ios_private.h

Issue 1801363004: gaia_auth_fetcher_ios_private.h: fix case for WebKit.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_ 5 #ifndef IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_
6 #define IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_ 6 #define IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_
7 7
8 #import <Webkit/Webkit.h> 8 #import <WebKit/WebKit.h>
9 9
10 #import "base/mac/scoped_nsobject.h" 10 #import "base/mac/scoped_nsobject.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "ios/web/public/active_state_manager.h" 12 #include "ios/web/public/active_state_manager.h"
13 13
14 class GaiaAuthFetcherIOS; 14 class GaiaAuthFetcherIOS;
15 class GURL; 15 class GURL;
16 16
17 namespace web { 17 namespace web {
18 class BrowserState; 18 class BrowserState;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 // Navigation delegate of |web_view_| that informs the bridge of relevant 101 // Navigation delegate of |web_view_| that informs the bridge of relevant
102 // navigation events. 102 // navigation events.
103 base::scoped_nsobject<GaiaAuthFetcherNavigationDelegate> navigation_delegate_; 103 base::scoped_nsobject<GaiaAuthFetcherNavigationDelegate> navigation_delegate_;
104 // Web view used to do the network requests. 104 // Web view used to do the network requests.
105 base::scoped_nsobject<WKWebView> web_view_; 105 base::scoped_nsobject<WKWebView> web_view_;
106 106
107 DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcherIOSBridge); 107 DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcherIOSBridge);
108 }; 108 };
109 109
110 #endif // IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_ 110 #endif // IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698