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

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

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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.cc
===================================================================
--- content/browser/renderer_host/test_backing_store.cc (revision 147462)
+++ content/browser/renderer_host/test_backing_store.cc (working copy)
@@ -4,7 +4,9 @@
#include "content/browser/renderer_host/test_backing_store.h"
-TestBackingStore::TestBackingStore(content::RenderWidgetHost* widget,
+namespace content {
+
+TestBackingStore::TestBackingStore(RenderWidgetHost* widget,
const gfx::Size& size)
: BackingStore(widget, size) {
}
@@ -13,7 +15,7 @@
}
void TestBackingStore::PaintToBackingStore(
- content::RenderProcessHost* process,
+ RenderProcessHost* process,
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
const std::vector<gfx::Rect>& copy_rects,
@@ -32,3 +34,5 @@
const gfx::Rect& clip_rect,
const gfx::Size& view_size) {
}
+
+} // namespace content
« no previous file with comments | « content/browser/renderer_host/test_backing_store.h ('k') | content/browser/web_contents/web_contents_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698