Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: chrome/browser/component_updater/npapi_flash_component_installer.cc

Issue 9006036: Create an API around PluginService and use it from Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/component_updater/npapi_flash_component_installer.cc
===================================================================
--- chrome/browser/component_updater/npapi_flash_component_installer.cc (revision 115169)
+++ chrome/browser/component_updater/npapi_flash_component_installer.cc (working copy)
@@ -4,6 +4,8 @@
#include "chrome/browser/component_updater/flash_component_installer.h"
+#include <algorithm>
+
#include "base/base_paths.h"
#include "base/bind.h"
#include "base/compiler_specific.h"
@@ -16,11 +18,12 @@
#include "chrome/browser/component_updater/component_updater_service.h"
#include "chrome/browser/plugin_prefs.h"
#include "chrome/common/chrome_paths.h"
-#include "content/browser/plugin_service.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/browser/plugin_service.h"
#include "webkit/plugins/webplugininfo.h"
using content::BrowserThread;
+using content::PluginService;
namespace {

Powered by Google App Engine
This is Rietveld 408576698