| Index: content/browser/android/content_video_view.cc
|
| diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
|
| index e0d1a12e849a5bb86e371b880fb503e5432661fd..86f675594c86bbb33ad3b5c0aa6ebbbf586b28c1 100644
|
| --- a/content/browser/android/content_video_view.cc
|
| +++ b/content/browser/android/content_video_view.cc
|
| @@ -15,7 +15,9 @@
|
|
|
| using base::android::AttachCurrentThread;
|
| using base::android::CheckException;
|
| +using base::android::JavaParamRef;
|
| using base::android::ScopedJavaGlobalRef;
|
| +using base::android::ScopedJavaLocalRef;
|
| using base::UserMetricsAction;
|
| using content::RecordAction;
|
|
|
|
|