summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins/plugin_finder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugins/plugin_finder.cc')
-rw-r--r--chrome/browser/plugins/plugin_finder.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/plugins/plugin_finder.cc b/chrome/browser/plugins/plugin_finder.cc
index ccb8f87..106d0d6 100644
--- a/chrome/browser/plugins/plugin_finder.cc
+++ b/chrome/browser/plugins/plugin_finder.cc
@@ -19,7 +19,6 @@
#include "content/public/browser/plugin_service.h"
#include "googleurl/src/gurl.h"
#include "grit/browser_resources.h"
-#include "ui/base/layout.h"
#include "ui/base/resource/resource_bundle.h"
#if defined(ENABLE_PLUGIN_INSTALLATION)
@@ -170,7 +169,7 @@ DictionaryValue* PluginFinder::LoadPluginList() {
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
base::StringPiece json_resource(
ResourceBundle::GetSharedInstance().GetRawDataResource(
- IDR_PLUGIN_DB_JSON, ui::SCALE_FACTOR_NONE));
+ IDR_PLUGIN_DB_JSON));
std::string error_str;
scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
json_resource,