| 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 {
|
|
|
|
|