Index: content/renderer/browser_plugin/browser_plugin_browsertest.cc |
=================================================================== |
--- content/renderer/browser_plugin/browser_plugin_browsertest.cc (revision 161275) |
+++ content/renderer/browser_plugin/browser_plugin_browsertest.cc (working copy) |
@@ -14,7 +14,6 @@ |
#include "content/renderer/browser_plugin/mock_browser_plugin_manager.h" |
#include "content/renderer/render_thread_impl.h" |
#include "content/renderer/renderer_webkitplatformsupport_impl.h" |
-#include "content/shell/shell_main_delegate.h" |
#include "skia/ext/platform_canvas.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
@@ -53,7 +52,6 @@ |
GetContentClient()->set_renderer_for_testing(&content_renderer_client_); |
content::RenderViewTest::SetUp(); |
browser_plugin_manager_.reset(new MockBrowserPluginManager()); |
- content::ShellMainDelegate::InitializeResourceBundle(); |
} |
void BrowserPluginTest::TearDown() { |