summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_system.h
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/file_system.h
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/file_system.h')
-rw-r--r--ppapi/cpp/file_system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
index fc789359..73b4813 100644
--- a/ppapi/cpp/file_system.h
+++ b/ppapi/cpp/file_system.h
@@ -15,12 +15,9 @@
/// @file
/// This file defines the API to create a file system associated with a file.
-struct PP_FileInfo;
-
namespace pp {
class CompletionCallback;
-class FileRef;
/// The <code>FileSystem</code> class identifies the file system type
/// associated with a file.