diff options
Diffstat (limited to 'chrome/browser/plugin_installer.cc')
-rw-r--r-- | chrome/browser/plugin_installer.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc index 149a981..9af1e40 100644 --- a/chrome/browser/plugin_installer.cc +++ b/chrome/browser/plugin_installer.cc @@ -8,22 +8,22 @@ #include "base/bind_helpers.h" #include "base/file_util.h" #include "base/process.h" -#include "chrome/browser/download/download_service_factory.h" #include "chrome/browser/download/download_service.h" +#include "chrome/browser/download/download_service_factory.h" #include "chrome/browser/download/download_util.h" #include "chrome/browser/platform_util.h" #include "chrome/browser/plugin_installer_observer.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" #include "content/browser/download/download_types.h" -#include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" -#include "content/public/browser/download_id.h" -#include "content/public/browser/download_manager.h" #include "content/public/browser/browser_context.h" -#include "content/public/browser/web_contents.h" +#include "content/public/browser/download_id.h" #include "content/public/browser/download_item.h" +#include "content/public/browser/download_manager.h" #include "content/public/browser/render_process_host.h" +#include "content/public/browser/render_view_host.h" +#include "content/public/browser/web_contents.h" using content::BrowserThread; using content::DownloadItem; |