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

Unified Diff: webkit/renderer/cpp_variant.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_bound_class.cc ('k') | webkit/renderer/cpp_variant.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/cpp_variant.h
diff --git a/webkit/glue/cpp_variant.h b/webkit/renderer/cpp_variant.h
similarity index 97%
rename from webkit/glue/cpp_variant.h
rename to webkit/renderer/cpp_variant.h
index 8c13048d7dfcc57b8bb935da5423e0cc78aef477..9dd8c83aab4c900c277250a05ab56f672fd9c67c 100644
--- a/webkit/glue/cpp_variant.h
+++ b/webkit/renderer/cpp_variant.h
@@ -15,8 +15,8 @@
For a usage example, see cpp_binding_example.{h|cc}.
*/
-#ifndef WEBKIT_GLUE_CPP_VARIANT_H__
-#define WEBKIT_GLUE_CPP_VARIANT_H__
+#ifndef WEBKIT_RENDERER_CPP_VARIANT_H__
+#define WEBKIT_RENDERER_CPP_VARIANT_H__
#include <string>
#include <vector>
@@ -113,4 +113,4 @@ class WEBKIT_GLUE_EXPORT CppVariant : public NPVariant {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_CPP_VARIANT_H__
+#endif // WEBKIT_RENDERER_CPP_VARIANT_H__
« no previous file with comments | « webkit/renderer/cpp_bound_class.cc ('k') | webkit/renderer/cpp_variant.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698