Chromium Code Reviews| Index: content/public/test/async_file_test_helper.h |
| diff --git a/content/public/test/async_file_test_helper.h b/content/public/test/async_file_test_helper.h |
| index 562e5a520dd79a94e39a32369b498309888f32e0..c770a822a8e4adb739c7ec6f7c7a1a089ac2c280 100644 |
| --- a/content/public/test/async_file_test_helper.h |
| +++ b/content/public/test/async_file_test_helper.h |
| @@ -12,13 +12,12 @@ |
| #include "storage/common/fileapi/file_system_types.h" |
| #include "storage/common/quota/quota_status_code.h" |
| -namespace storage { |
| -class QuotaManager; |
| -} |
| +class GURL; |
| namespace storage { |
| class FileSystemContext; |
| class FileSystemURL; |
| +class QuotaManager; |
| } |
| namespace content { |