Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: webkit/chromeos/fileapi/file_access_permissions.h

Issue 8539001: Cleanup: Remove unneeded forward declarations in webkit/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/fileapi/file_system_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/chromeos/fileapi/file_access_permissions.h
===================================================================
--- webkit/chromeos/fileapi/file_access_permissions.h (revision 110200)
+++ webkit/chromeos/fileapi/file_access_permissions.h (working copy)
@@ -13,8 +13,6 @@
#include "base/file_path.h"
#include "base/synchronization/lock.h"
-class Extension;
-
namespace chromeos {
class FileAccessPermissions {
@@ -39,6 +37,6 @@
PathAccessMap path_map_;
};
-};
+} // namespace chromeos
#endif // WEBKIT_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
« no previous file with comments | « no previous file | webkit/fileapi/file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698