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