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

Unified Diff: content/browser/renderer_host/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/backing_store.cc
===================================================================
--- content/browser/renderer_host/backing_store.cc (revision 147462)
+++ content/browser/renderer_host/backing_store.cc (working copy)
@@ -4,6 +4,8 @@
#include "content/browser/renderer_host/backing_store.h"
+namespace content {
+
BackingStore::BackingStore(content::RenderWidgetHost* widget,
jam 2012/07/20 23:35:39 nit: get rid of "content::"
const gfx::Size& size)
: render_widget_host_(widget),
@@ -16,3 +18,5 @@
size_t BackingStore::MemorySize() {
return size_.GetArea() * 4;
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698