Chromium Code Reviews| Index: content/browser/plugin_service_impl_browsertest.cc |
| =================================================================== |
| --- content/browser/plugin_service_impl_browsertest.cc (revision 115259) |
| +++ content/browser/plugin_service_impl_browsertest.cc (working copy) |
| @@ -2,8 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "content/browser/plugin_service.h" |
| - |
| #include "base/bind.h" |
| #include "base/command_line.h" |
| #include "base/path_service.h" |
| @@ -11,6 +9,7 @@ |
| #include "chrome/test/base/in_process_browser_test.h" |
| #include "chrome/test/base/testing_profile.h" |
| #include "chrome/test/base/ui_test_utils.h" |
| +#include "content/browser/plugin_service_impl.h" |
|
Nico
2011/12/21 03:38:39
Nit: the style guide says that the header for a te
jam
2011/12/21 04:56:50
oh, that's new to me. I just checked and it got up
|
| #include "content/browser/resource_context.h" |
| #include "content/public/common/content_switches.h" |
| #include "content/test/test_browser_thread.h" |