Index: webkit/plugins/ppapi/ppb_var_deprecated_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_var_impl.h b/webkit/plugins/ppapi/ppb_var_deprecated_impl.h |
similarity index 62% |
rename from webkit/plugins/ppapi/ppb_var_impl.h |
rename to webkit/plugins/ppapi/ppb_var_deprecated_impl.h |
index d2c63a1484a0848ebaac774f0eedd1ea50c2c63f..5e12400c3501e8acef2997c7da282013ec6c8cc7 100644 |
--- a/webkit/plugins/ppapi/ppb_var_impl.h |
+++ b/webkit/plugins/ppapi/ppb_var_deprecated_impl.h |
@@ -2,22 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_PLUGINS_PPAPI_PPB_VAR_IMPL_H_ |
-#define WEBKIT_PLUGINS_PPAPI_PPB_VAR_IMPL_H_ |
+#ifndef WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_ |
+#define WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_ |
-struct PPB_Var; |
struct PPB_Var_Deprecated; |
namespace webkit { |
namespace ppapi { |
-class PPB_Var_Impl { |
+class PPB_Var_Deprecated_Impl { |
public: |
- static const PPB_Var* GetVarInterface(); |
static const PPB_Var_Deprecated* GetVarDeprecatedInterface(); |
}; |
} // namespace ppapi |
} // namespace webkit |
-#endif // WEBKIT_PLUGINS_PPAPI_PPB_VAR_IMPL_H_ |
+#endif // WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_ |