| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 6ba5f96aeb355f2603e8f255fba3da9c6fb20e85..85a1b6524b12452d71b4e552c01cf542e15ce5d9 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -262,11 +262,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void GetAdditionalAllowedSchemesForFileSystem(
|
| std::vector<std::string>* additional_schemes) OVERRIDE;
|
| virtual void GetURLRequestAutoMountHandlers(
|
| - std::vector<fileapi::URLRequestAutoMountHandler>* handlers) OVERRIDE;
|
| + std::vector<storage::URLRequestAutoMountHandler>* handlers) OVERRIDE;
|
| virtual void GetAdditionalFileSystemBackends(
|
| content::BrowserContext* browser_context,
|
| const base::FilePath& storage_partition_path,
|
| - ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
|
| + ScopedVector<storage::FileSystemBackend>* additional_backends) OVERRIDE;
|
| virtual content::DevToolsManagerDelegate*
|
| GetDevToolsManagerDelegate() OVERRIDE;
|
| virtual bool IsPluginAllowedToCallRequestOSFileHandle(
|
|
|