| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 72e4b50cdbd0727418fbd6913c29e6bbc2e57e2c..2ebbc3cb02e72f8b031c0148b3124f2c1ec976c4 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -211,7 +211,7 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| void OnScreenOrientationChange();
|
|
|
| - ScreenOrientationProvider* GetScreenOrientationProviderForTesting() const {
|
| + ScreenOrientationProvider* GetScreenOrientationProvider() const {
|
| return screen_orientation_provider_.get();
|
| }
|
|
|
|
|