summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_installer.cc')
-rw-r--r--chrome/browser/plugin_installer.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
index 9e8c3b1..9f2938c 100644
--- a/chrome/browser/plugin_installer.cc
+++ b/chrome/browser/plugin_installer.cc
@@ -5,14 +5,13 @@
#include "chrome/browser/plugin_installer.h"
#include "base/string_util.h"
-#include "grit/theme_resources.h"
#include "chrome/browser/tab_contents/web_contents.h"
#include "chrome/common/l10n_util.h"
#include "chrome/common/resource_bundle.h"
+#include "grit/generated_resources.h"
+#include "grit/theme_resources.h"
#include "webkit/default_plugin/default_plugin_shared.h"
-#include "generated_resources.h"
-
PluginInstaller::PluginInstaller(WebContents* web_contents)
: ConfirmInfoBarDelegate(web_contents),
web_contents_(web_contents) {