| Index: webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/plugin_private_file_system_backend.h b/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| index 7f64aa26947efd7e7615428313b2a173a8213466..8e3f356be26f330c9bbc334cf00ba697dcf7a521 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_; }
|
|
|