| Index: content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| index 6125b70e67ddc4f100b1b3ed7a8d86133450789e..aa8c54e528ad979f7f533d8be59802e8593430d1 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationListener.java
|
| @@ -24,7 +24,8 @@ import org.chromium.base.ThreadUtils;
|
| * ScreenOrientationListener is a class that informs its observers when the
|
| * screen orientation changes.
|
| */
|
| -class ScreenOrientationListener {
|
| +@VisibleForTesting
|
| +public class ScreenOrientationListener {
|
|
|
| /**
|
| * Observes changes in screen orientation.
|
|
|