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

Unified Diff: webkit/browser/fileapi/quota/quota_backend_impl.h

Issue 253753007: Move all remaining fileapi and quota unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 6 years, 8 months 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
Index: webkit/browser/fileapi/quota/quota_backend_impl.h
diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.h b/webkit/browser/fileapi/quota/quota_backend_impl.h
index 787f53890fa7e21d21e3dea8aec47ffd73482e4e..ec4c45ac18b4eb726f06b175a5c17e7925ec438c 100644
--- a/webkit/browser/fileapi/quota/quota_backend_impl.h
+++ b/webkit/browser/fileapi/quota/quota_backend_impl.h
@@ -16,6 +16,10 @@ namespace base {
class SequencedTaskRunner;
}
+namespace content {
+class QuotaBackendImplTest;
+}
+
namespace quota {
class QuotaManagerProxy;
}
@@ -60,7 +64,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaBackendImpl
FileSystemType type) OVERRIDE;
private:
- friend class QuotaBackendImplTest;
+ friend class content::QuotaBackendImplTest;
struct QuotaReservationInfo {
QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta);
« no previous file with comments | « webkit/browser/fileapi/obfuscated_file_util.h ('k') | webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698