summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins
diff options
context:
space:
mode:
authorhanxi@chromium.org <hanxi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 00:48:59 +0000
committerhanxi@chromium.org <hanxi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 00:48:59 +0000
commit21a2013a52f3ffed7dab9cc6026de0236d9277b7 (patch)
treece9fe0f5129257b994492e7d85125f9058da3dbe /chrome/browser/plugins
parent3109d29fb9373ca820663e60b7980a11ee292a37 (diff)
downloadchromium_src-21a2013a52f3ffed7dab9cc6026de0236d9277b7.zip
chromium_src-21a2013a52f3ffed7dab9cc6026de0236d9277b7.tar.gz
chromium_src-21a2013a52f3ffed7dab9cc6026de0236d9277b7.tar.bz2
Update <#include> file order.
Initial patch. Review URL: https://codereview.chromium.org/389263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugins')
-rw-r--r--chrome/browser/plugins/plugin_info_message_filter.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc
index ac2e82b..634e4bc 100644
--- a/chrome/browser/plugins/plugin_info_message_filter.cc
+++ b/chrome/browser/plugins/plugin_info_message_filter.cc
@@ -11,11 +11,6 @@
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/content_settings/content_settings_utils.h"
#include "chrome/browser/content_settings/host_content_settings_map.h"
-
-#if defined(ENABLE_EXTENSIONS)
-#include "chrome/browser/guest_view/web_view/web_view_renderer_state.h"
-#endif
-
#include "chrome/browser/plugins/chrome_plugin_service_filter.h"
#include "chrome/browser/plugins/plugin_finder.h"
#include "chrome/browser/plugins/plugin_metadata.h"
@@ -32,6 +27,10 @@
#include "widevine_cdm_version.h" // In SHARED_INTERMEDIATE_DIR.
+#if defined(ENABLE_EXTENSIONS)
+#include "chrome/browser/guest_view/web_view/web_view_renderer_state.h"
+#endif
+
#if defined(OS_WIN)
#include "base/win/metro.h"
#endif