summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/host_var_serialization_rules.cc
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 14:38:24 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 14:38:24 +0000
commitb20df1c2cf9c588dbe99b780362f63df19d80ae3 (patch)
tree16685a665167d65ab4b3a54aed443517514d8853 /ppapi/proxy/host_var_serialization_rules.cc
parent0cd9ef3d6860ef50c46f590b0d1c990041e06da8 (diff)
downloadchromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.zip
chromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.tar.gz
chromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.tar.bz2
Proxy PPP_Messaging.
I added a couple of tests while I was figuring out the ref counting problem I was having. Also lots of bonus spelling fixes. BUG=86123 TEST=ppp_messaging_proxy_test and ppapi_tests Review URL: http://codereview.chromium.org/7531003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/host_var_serialization_rules.cc')
-rw-r--r--ppapi/proxy/host_var_serialization_rules.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/host_var_serialization_rules.cc b/ppapi/proxy/host_var_serialization_rules.cc
index 2a1d0ee..2541f03 100644
--- a/ppapi/proxy/host_var_serialization_rules.cc
+++ b/ppapi/proxy/host_var_serialization_rules.cc
@@ -1,17 +1,17 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ppapi/proxy/host_var_serialization_rules.h"
#include "base/logging.h"
-#include "ppapi/c/dev/ppb_var_deprecated.h"
+#include "ppapi/c/ppb_var.h"
namespace pp {
namespace proxy {
HostVarSerializationRules::HostVarSerializationRules(
- const PPB_Var_Deprecated* var_interface,
+ const PPB_Var* var_interface,
PP_Module pp_module)
: var_interface_(var_interface),
pp_module_(pp_module) {