| Index: third_party/WebKit/Source/core/exported/WebViewBase.h
|
| diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h
|
| index 2f9129c153f03885b8c5c5040672fd8b2f9b09c9..1a98e39a67b2c1150d45d9721a032970a6c7d896 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebViewBase.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
|
| @@ -181,7 +181,7 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> {
|
| virtual CompositorAnimationHost* AnimationHost() const = 0;
|
| virtual HitTestResult CoreHitTestResultAt(const WebPoint&) = 0;
|
|
|
| - virtual class ChromeClient& ChromeClient() const = 0;
|
| + virtual class ChromeClient& GetChromeClient() const = 0;
|
|
|
| // These methods are consumed by test code only.
|
| virtual BrowserControls& GetBrowserControls() = 0;
|
|
|