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

Unified Diff: content/browser/renderer_host/test_render_view_host.h

Issue 11343017: Move remaining files in content\browser\renderer_host to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 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
Index: content/browser/renderer_host/test_render_view_host.h
===================================================================
--- content/browser/renderer_host/test_render_view_host.h (revision 164665)
+++ content/browser/renderer_host/test_render_view_host.h (working copy)
@@ -125,7 +125,7 @@
virtual void PluginFocusChanged(bool focused, int plugin_id) OVERRIDE;
virtual void StartPluginIme() OVERRIDE;
virtual bool PostProcessEventForPluginIme(
- const content::NativeWebKeyboardEvent& event) OVERRIDE;
+ const NativeWebKeyboardEvent& event) OVERRIDE;
virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
bool opaque,
bool root) OVERRIDE;
@@ -200,7 +200,7 @@
// this.
//
// Note that users outside of content must use this class by getting
-// the separate content::RenderViewHostTester interface via
+// the separate RenderViewHostTester interface via
// RenderViewHostTester::For(rvh) on the RenderViewHost they want to
// drive tests on.
//
@@ -332,8 +332,7 @@
#endif
// Adds methods to get straight at the impl classes.
-class RenderViewHostImplTestHarness
- : public content::RenderViewHostTestHarness {
+class RenderViewHostImplTestHarness : public RenderViewHostTestHarness {
public:
RenderViewHostImplTestHarness();
virtual ~RenderViewHostImplTestHarness();

Powered by Google App Engine
This is Rietveld 408576698