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

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

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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_backing_store.h
diff --git a/content/browser/renderer_host/test_backing_store.h b/content/browser/renderer_host/test_backing_store.h
index d3bfa64aa938e2798e7a341dca9cae294614d05a..bd03772376e6c9e9acb42f5c638821009e6b41ca 100644
--- a/content/browser/renderer_host/test_backing_store.h
+++ b/content/browser/renderer_host/test_backing_store.h
@@ -12,7 +12,7 @@
class TestBackingStore : public BackingStore {
public:
- TestBackingStore(RenderWidgetHost* widget, const gfx::Size& size);
+ TestBackingStore(content::RenderWidgetHost* widget, const gfx::Size& size);
virtual ~TestBackingStore();
// BackingStore implementation.

Powered by Google App Engine
This is Rietveld 408576698