| 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_
|
|
|