Index: webkit/renderer/cpp_bound_class.h |
diff --git a/webkit/glue/cpp_bound_class.h b/webkit/renderer/cpp_bound_class.h |
similarity index 96% |
rename from webkit/glue/cpp_bound_class.h |
rename to webkit/renderer/cpp_bound_class.h |
index cdc80a608e532302bbbb4812114a587fc89479f5..2a75be58b47284f8096a64b44d20e7acbf2cdc09 100644 |
--- a/webkit/glue/cpp_bound_class.h |
+++ b/webkit/renderer/cpp_bound_class.h |
@@ -15,15 +15,15 @@ |
See cpp_binding_example.{h|cc} for an example. |
*/ |
-#ifndef WEBKIT_GLUE_CPP_BOUND_CLASS_H_ |
-#define WEBKIT_GLUE_CPP_BOUND_CLASS_H_ |
+#ifndef WEBKIT_RENDERER_CPP_BOUND_CLASS_H_ |
+#define WEBKIT_RENDERER_CPP_BOUND_CLASS_H_ |
#include <map> |
#include <vector> |
#include "base/callback.h" |
-#include "webkit/glue/cpp_variant.h" |
#include "webkit/glue/webkit_glue_export.h" |
+#include "webkit/renderer/cpp_variant.h" |
namespace WebKit { |
class WebFrame; |
@@ -144,4 +144,4 @@ class WEBKIT_GLUE_EXPORT CppBoundClass { |
} // namespace webkit_glue |
-#endif // WEBKIT_GLUE_CPP_BOUND_CLASS_H_ |
+#endif // WEBKIT_RENDERER_CPP_BOUND_CLASS_H_ |