| Index: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| index e8c4a5dca09e7a096bfb18eb6b4552d040bc59d9..14550284be0b2fe91d61cdfa1ede7e791a4a7c94 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| @@ -4,9 +4,9 @@
|
|
|
| package org.chromium.android_webview;
|
|
|
| -import org.chromium.base.CalledByNative;
|
| -import org.chromium.base.JNINamespace;
|
| import org.chromium.base.VisibleForTesting;
|
| +import org.chromium.base.annotations.CalledByNative;
|
| +import org.chromium.base.annotations.JNINamespace;
|
| import org.chromium.components.web_contents_delegate_android.WebContentsDelegateAndroid;
|
|
|
| /**
|
|
|