diff options
Diffstat (limited to 'ppapi/proxy/ppp_messaging_proxy.h')
-rw-r--r-- | ppapi/proxy/ppp_messaging_proxy.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/proxy/ppp_messaging_proxy.h b/ppapi/proxy/ppp_messaging_proxy.h index bc898f31..f9390a4 100644 --- a/ppapi/proxy/ppp_messaging_proxy.h +++ b/ppapi/proxy/ppp_messaging_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -6,10 +6,9 @@ #define PPAPI_PROXY_PPP_MESSAGING_PROXY_H_ #include "ppapi/c/pp_instance.h" +#include "ppapi/c/ppp_messaging.h" #include "ppapi/proxy/interface_proxy.h" -struct PPP_Messaging; - namespace ppapi { namespace proxy { |