| 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 4df61ff7e6f0daac808093305d4899180b3eaa42..cd4e7862a3a325f0556ea79f8fa657f404ff4d9e 100644
|
| --- a/content/browser/android/content_video_view.cc
|
| +++ b/content/browser/android/content_video_view.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "content/browser/android/content_view_core_impl.h"
|
| #include "content/browser/media/android/browser_media_player_manager.h"
|
| -#include "content/public/browser/user_metrics.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "jni/ContentVideoView_jni.h"
|
|
|
| @@ -19,8 +18,6 @@ using base::android::JavaParamRef;
|
| using base::android::JavaRef;
|
| using base::android::ScopedJavaGlobalRef;
|
| using base::android::ScopedJavaLocalRef;
|
| -using base::UserMetricsAction;
|
| -using content::RecordAction;
|
|
|
| namespace content {
|
|
|
|
|