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

Unified Diff: content/renderer/web_ui_bindings.cc

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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
« no previous file with comments | « content/renderer/web_ui_bindings.h ('k') | content/worker/worker_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_bindings.cc
===================================================================
--- content/renderer/web_ui_bindings.cc (revision 163460)
+++ content/renderer/web_ui_bindings.cc (working copy)
@@ -17,6 +17,7 @@
using webkit_glue::CppArgumentList;
using webkit_glue::CppVariant;
+namespace content {
namespace {
// Creates a Value which is a copy of the CppVariant |value|. All objects are
@@ -108,3 +109,5 @@
BindProperty(name, cpp_value);
properties_.push_back(cpp_value);
}
+
+} // namespace content
« no previous file with comments | « content/renderer/web_ui_bindings.h ('k') | content/worker/worker_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698