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

Unified Diff: content/public/test/async_file_test_helper.h

Issue 2552723003: storage: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase on top of master Created 4 years 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 | storage/browser/blob/blob_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | storage/browser/blob/blob_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698