summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_test.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 21:42:40 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 21:42:40 +0000
commitf6d2a3ea08382ca51d1c303454b3a113bc41a367 (patch)
treeee91b676f324ffc3f2379ab5ceb5b229d2409644 /chrome/browser/plugin_test.cc
parentb9476c7281446ab0ddadb696a1bc4ee969730ee8 (diff)
downloadchromium_src-f6d2a3ea08382ca51d1c303454b3a113bc41a367.zip
chromium_src-f6d2a3ea08382ca51d1c303454b3a113bc41a367.tar.gz
chromium_src-f6d2a3ea08382ca51d1c303454b3a113bc41a367.tar.bz2
Don't build a bunch of stuff on Aura, rather than ifdefing out code in it.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8591004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_test.cc')
-rw-r--r--chrome/browser/plugin_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_test.cc b/chrome/browser/plugin_test.cc
index a64a661..00c3fdd 100644
--- a/chrome/browser/plugin_test.cc
+++ b/chrome/browser/plugin_test.cc
@@ -32,7 +32,6 @@
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/test/test_timeouts.h"
-#include "chrome/browser/plugin_download_helper.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/test/automation/automation_proxy.h"
@@ -50,6 +49,7 @@
#if defined(OS_WIN)
#include "base/win/registry.h"
+#include "chrome/browser/plugin_download_helper.h"
#endif
class PluginTest : public UITest {