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

Unified Diff: content/renderer/cpp_bound_class.cc

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/renderer/cpp_bound_class.cc
diff --git a/webkit/renderer/cpp_bound_class.cc b/content/renderer/cpp_bound_class.cc
similarity index 99%
rename from webkit/renderer/cpp_bound_class.cc
rename to content/renderer/cpp_bound_class.cc
index d3b8d5167a54cb3cc3f3b5f2f0a5141d09c3f3e2..97cdd9407b97c0641c1d557c802e992e9c3d30e9 100644
--- a/webkit/renderer/cpp_bound_class.cc
+++ b/content/renderer/cpp_bound_class.cc
@@ -12,20 +12,20 @@
// name in its internal map of methods, and then calls the appropriate
// method.
-#include "webkit/renderer/cpp_bound_class.h"
+#include "content/renderer/cpp_bound_class.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/web/WebBindings.h"
#include "third_party/WebKit/public/web/WebFrame.h"
-#include "third_party/WebKit/public/platform/WebString.h"
using WebKit::WebBindings;
using WebKit::WebFrame;
-namespace webkit_glue {
+namespace content {
namespace {
@@ -326,4 +326,4 @@ void CppBoundClass::BindToJavascript(WebFrame* frame,
bound_to_frame_ = true;
}
-} // namespace webkit_glue
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698