summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 08:04:07 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 08:04:07 +0000
commit0a6d5f653ade694a78328b7949672eceaa2daa01 (patch)
tree5e0c8e2a1f2e0c24449873016c32bfe216b38afb /ppapi/cpp/dev
parent067e733f46069691d9c7991b560d6678eebf7896 (diff)
downloadchromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.zip
chromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.tar.gz
chromium_src-0a6d5f653ade694a78328b7949672eceaa2daa01.tar.bz2
Cleanup: Remove unneeded forward declarations in ppapi.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8527020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/dev')
-rw-r--r--ppapi/cpp/dev/font_dev.h3
-rw-r--r--ppapi/cpp/dev/url_util_dev.h2
-rw-r--r--ppapi/cpp/dev/widget_dev.h3
3 files changed, 2 insertions, 6 deletions
diff --git a/ppapi/cpp/dev/font_dev.h b/ppapi/cpp/dev/font_dev.h
index 1ffb08b..a9604e9 100644
--- a/ppapi/cpp/dev/font_dev.h
+++ b/ppapi/cpp/dev/font_dev.h
@@ -1,4 +1,4 @@
-// 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.
@@ -15,7 +15,6 @@ struct PP_FontDescription_Dev;
namespace pp {
-class Font_dev;
class ImageData;
class Instance;
class Point;
diff --git a/ppapi/cpp/dev/url_util_dev.h b/ppapi/cpp/dev/url_util_dev.h
index 02f6276..168e796 100644
--- a/ppapi/cpp/dev/url_util_dev.h
+++ b/ppapi/cpp/dev/url_util_dev.h
@@ -11,7 +11,6 @@
namespace pp {
class Instance;
-class Module;
// Simple wrapper around the PPB_URLUtil interface.
class URLUtil_Dev {
@@ -56,4 +55,3 @@ class URLUtil_Dev {
} // namespace pp
#endif // PPAPI_CPP_DEV_URL_UTIL_DEV_H_
-
diff --git a/ppapi/cpp/dev/widget_dev.h b/ppapi/cpp/dev/widget_dev.h
index 79540a8..68988bf 100644
--- a/ppapi/cpp/dev/widget_dev.h
+++ b/ppapi/cpp/dev/widget_dev.h
@@ -1,4 +1,4 @@
-// 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.
@@ -12,7 +12,6 @@ namespace pp {
class ImageData;
class InputEvent;
-class Instance;
class Rect;
// This is the base class for widget elements. As such, it can't be created