| Index: webkit/renderer/cpp_bound_class.cc
|
| diff --git a/webkit/glue/cpp_bound_class.cc b/webkit/renderer/cpp_bound_class.cc
|
| similarity index 99%
|
| rename from webkit/glue/cpp_bound_class.cc
|
| rename to webkit/renderer/cpp_bound_class.cc
|
| index d81a548341af2d59d89cfac930b40c46ad0c4d94..686e0e379673c201f0de3706b949d9b5f9b45189 100644
|
| --- a/webkit/glue/cpp_bound_class.cc
|
| +++ b/webkit/renderer/cpp_bound_class.cc
|
| @@ -12,7 +12,7 @@
|
| // name in its internal map of methods, and then calls the appropriate
|
| // method.
|
|
|
| -#include "webkit/glue/cpp_bound_class.h"
|
| +#include "webkit/renderer/cpp_bound_class.h"
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
|
|