| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index a768c44bbde1a60e9377657d0debb9ebb30dbc7f..38dba77813785548f26d39e3b177fc5946c776af 100644
|
| --- a/content/browser/download/download_browsertest.cc
|
| +++ b/content/browser/download/download_browsertest.cc
|
| @@ -19,7 +19,6 @@
|
| #include "content/browser/download/download_item_impl.h"
|
| #include "content/browser/download/download_manager_impl.h"
|
| #include "content/browser/download/download_resource_handler.h"
|
| -#include "content/browser/plugin_service_impl.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/public/browser/power_save_blocker.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -44,6 +43,10 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|
| +#if defined(ENABLE_PLUGINS)
|
| +#include "content/browser/plugin_service_impl.h"
|
| +#endif
|
| +
|
| using ::net::test_server::EmbeddedTestServer;
|
| using ::testing::AllOf;
|
| using ::testing::Field;
|
|
|