| 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
|
|
|