summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/plugin_private_file_system_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/plugin_private_file_system_backend.h')
-rw-r--r--webkit/browser/fileapi/plugin_private_file_system_backend.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/browser/fileapi/plugin_private_file_system_backend.h b/webkit/browser/fileapi/plugin_private_file_system_backend.h
index 7f64aa2..8e3f356 100644
--- a/webkit/browser/fileapi/plugin_private_file_system_backend.h
+++ b/webkit/browser/fileapi/plugin_private_file_system_backend.h
@@ -18,6 +18,10 @@ namespace base {
class SequencedTaskRunner;
}
+namespace content {
+class PluginPrivateFileSystemBackendTest;
+}
+
namespace quota {
class SpecialStoragePolicy;
}
@@ -122,7 +126,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT PluginPrivateFileSystemBackend
FileSystemType type) const OVERRIDE;
private:
- friend class PluginPrivateFileSystemBackendTest;
+ friend class content::PluginPrivateFileSystemBackendTest;
ObfuscatedFileUtil* obfuscated_file_util();
const base::FilePath& base_path() const { return base_path_; }