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

Unified Diff: webkit/browser/fileapi/sandbox_directory_database.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/sandbox_directory_database.h
diff --git a/webkit/browser/fileapi/sandbox_directory_database.h b/webkit/browser/fileapi/sandbox_directory_database.h
index e8a12312f0128bd3752e6211ea0ede3322f47ae4..114af1ba9fdcd3e1275d538b3b7bb4c086bff9cb 100644
--- a/webkit/browser/fileapi/sandbox_directory_database.h
+++ b/webkit/browser/fileapi/sandbox_directory_database.h
@@ -14,6 +14,10 @@
#include "base/time/time.h"
#include "webkit/browser/webkit_storage_browser_export.h"
+namespace content {
+class SandboxDirectoryDatabaseTest;
+}
+
namespace tracked_objects {
class Location;
}
@@ -105,8 +109,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxDirectoryDatabase {
FAIL_ON_CORRUPTION,
};
+ friend class content::SandboxDirectoryDatabaseTest;
friend class ObfuscatedFileUtil;
- friend class SandboxDirectoryDatabaseTest;
bool Init(RecoveryOption recovery_option);
bool RepairDatabase(const std::string& db_path);

Powered by Google App Engine
This is Rietveld 408576698