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

Unified Diff: webkit/renderer/cpp_bound_class.h

Issue 15961005: move webkit/glue/cpp_* -> webkit/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test targets Created 7 years, 7 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 | « webkit/renderer/cpp_binding_example.cc ('k') | webkit/renderer/cpp_bound_class.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/renderer/cpp_binding_example.cc ('k') | webkit/renderer/cpp_bound_class.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698