diff options
Diffstat (limited to 'ppapi/proxy/ppb_core_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_core_proxy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/proxy/ppb_core_proxy.h b/ppapi/proxy/ppb_core_proxy.h index 3e1cfae..a564519 100644 --- a/ppapi/proxy/ppb_core_proxy.h +++ b/ppapi/proxy/ppb_core_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. @@ -12,8 +12,6 @@ #include "ppapi/proxy/interface_proxy.h" #include "ppapi/shared_impl/host_resource.h" -struct PPB_Core; - namespace ppapi { namespace proxy { |