Index: chrome/browser/plugin_test.cc |
=================================================================== |
--- chrome/browser/plugin_test.cc (revision 110386) |
+++ chrome/browser/plugin_test.cc (working copy) |
@@ -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 { |