From 0a6d5f653ade694a78328b7949672eceaa2daa01 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 11 Nov 2011 08:04:07 +0000 Subject: 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 --- ppapi/cpp/file_system.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ppapi/cpp/file_system.h') 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 FileSystem class identifies the file system type /// associated with a file. -- cgit v1.1