From f8c16eb52a703986b5448c23fd02838af152978a Mon Sep 17 00:00:00 2001 From: "pdox@google.com" Date: Fri, 23 Sep 2011 20:42:31 +0000 Subject: Declare PPB_Core as a struct, not a class. (Prevents Clang warning) Review URL: http://codereview.chromium.org/8002017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102565 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h index 1f5070c..6da2db3 100644 --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h @@ -1,13 +1,13 @@ -// Copyright 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. +// 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. #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_CORE_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_CORE_H_ #include "native_client/src/include/nacl_macros.h" -class PPB_Core; +struct PPB_Core; namespace ppapi_proxy { -- cgit v1.1