| Index: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| index 2c0a12f5521a4020ef436328362cd797195cefaa..eb6031b3e8b47fe33ae46fdb4f6e823104bbdf93 100644
|
| --- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| +++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| @@ -76,11 +76,11 @@ class ChromeContentBrowserClientExtensionsPart
|
| virtual void GetAdditionalAllowedSchemesForFileSystem(
|
| std::vector<std::string>* additional_allowed_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 void AppendExtraRendererCommandLineSwitches(
|
| base::CommandLine* command_line,
|
| content::RenderProcessHost* process,
|
|
|