Index: chrome/browser/ui/webui/about_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/about_ui.cc (revision 115169) |
+++ chrome/browser/ui/webui/about_ui.cc (working copy) |
@@ -47,11 +47,11 @@ |
#include "chrome/common/render_messages.h" |
#include "chrome/common/url_constants.h" |
#include "content/browser/gpu/gpu_process_host_ui_shim.h" |
-#include "content/browser/plugin_service.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/sensors/sensors_provider.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/public/browser/browser_thread.h" |
+#include "content/public/browser/plugin_service.h" |
#include "content/public/browser/render_process_host.h" |
#include "content/public/common/content_client.h" |
#include "content/public/common/process_type.h" |
@@ -92,6 +92,7 @@ |
using base::Time; |
using base::TimeDelta; |
using content::BrowserThread; |
+using content::PluginService; |
namespace { |