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

Unified Diff: ios/web_view/internal/criwv_web_client.h

Issue 2710683007: Rename CRIWVBrowserState to CWVBrowserState. (Closed)
Patch Set: Created 3 years, 10 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 | « ios/web_view/internal/criwv_browser_state.mm ('k') | ios/web_view/internal/criwv_web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv_web_client.h
diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h
index a6960a9473ddbb23696c438a561d57855805b11c..09c236c165e4540e019fed70e105fce2b90ccd7d 100644
--- a/ios/web_view/internal/criwv_web_client.h
+++ b/ios/web_view/internal/criwv_web_client.h
@@ -12,7 +12,7 @@
@protocol CWVDelegate;
namespace ios_web_view {
-class CRIWVBrowserState;
+class CWVBrowserState;
class CRIWVWebMainParts;
// CWV-specific implementation of WebClient. Delegates some functionality to
@@ -28,9 +28,9 @@ class CRIWVWebClient : public web::WebClient {
std::string GetUserAgent(bool desktop_user_agent) const override;
// Normal browser state associated with the receiver.
- CRIWVBrowserState* browser_state() const;
+ CWVBrowserState* browser_state() const;
// Off the record browser state associated with the receiver.
- CRIWVBrowserState* off_the_record_browser_state() const;
+ CWVBrowserState* off_the_record_browser_state() const;
private:
// This object's delegate.
« no previous file with comments | « ios/web_view/internal/criwv_browser_state.mm ('k') | ios/web_view/internal/criwv_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698