Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4231)

Unified Diff: chrome/test/base/render_view_test.h

Issue 8220006: Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/translate_helper_browsertest.cc ('k') | chrome/test/base/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/render_view_test.h
===================================================================
--- chrome/test/base/render_view_test.h (revision 104727)
+++ chrome/test/base/render_view_test.h (working copy)
@@ -17,7 +17,7 @@
#include "content/common/main_function_params.h"
#include "content/common/native_web_keyboard_event.h"
#include "content/common/sandbox_init_wrapper.h"
-#include "content/renderer/render_view.h"
+#include "content/renderer/render_view_impl.h"
#include "content/renderer/renderer_webkitplatformsupport_impl.h"
#include "chrome/renderer/chrome_content_renderer_client.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -31,6 +31,7 @@
class ExtensionDispatcher;
class MockRenderProcess;
class RendererMainPlatformDelegate;
+class RenderViewImpl;
class RenderViewTest : public testing::Test {
public:
@@ -98,7 +99,7 @@
ExtensionDispatcher* extension_dispatcher_;
MockRenderThread render_thread_;
scoped_ptr<MockRenderProcess> mock_process_;
- scoped_refptr<RenderView> view_;
+ scoped_refptr<RenderViewImpl> view_;
RendererWebKitPlatformSupportImplNoSandbox webkit_platform_support_;
scoped_ptr<MockKeyboard> mock_keyboard_;
« no previous file with comments | « chrome/renderer/translate_helper_browsertest.cc ('k') | chrome/test/base/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698