diff options
author | sievers <sievers@chromium.org> | 2015-10-26 16:59:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-27 00:00:26 +0000 |
commit | ac1cdb4caeebead8180aa7db1d6526d48c5361de (patch) | |
tree | 7356526100036b7688605f5a2e80244022158947 | |
parent | c07042821214e23afdc6704e07d1c231772f29aa (diff) | |
download | chromium_src-ac1cdb4caeebead8180aa7db1d6526d48c5361de.zip chromium_src-ac1cdb4caeebead8180aa7db1d6526d48c5361de.tar.gz chromium_src-ac1cdb4caeebead8180aa7db1d6526d48c5361de.tar.bz2 |
android: Remove unused include
BUG=507792
TBR=mfomitchev@chromium.org
Review URL: https://codereview.chromium.org/1426473003
Cr-Commit-Position: refs/heads/master@{#356188}
-rw-r--r-- | content/browser/android/child_process_launcher_android.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/android/child_process_launcher_android.cc b/content/browser/android/child_process_launcher_android.cc index 44e1bd3..0749043 100644 --- a/content/browser/android/child_process_launcher_android.cc +++ b/content/browser/android/child_process_launcher_android.cc @@ -11,7 +11,6 @@ #include "content/browser/frame_host/render_frame_host_impl.h" #include "content/browser/media/android/browser_media_player_manager.h" #include "content/browser/media/media_web_contents_observer.h" -#include "content/browser/renderer_host/compositor_impl_android.h" #include "content/browser/web_contents/web_contents_impl.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/render_process_host.h" |