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

Unified Diff: webkit/plugins/ppapi/ppb_var_deprecated_impl.h

Issue 8826011: Remove PP_Module from parameters for PPB_Var.VarFromUtf8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years 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/plugins/ppapi/ppb_url_response_info_impl.cc ('k') | webkit/plugins/ppapi/ppb_var_deprecated_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/plugins/ppapi/ppb_url_response_info_impl.cc ('k') | webkit/plugins/ppapi/ppb_var_deprecated_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698