| Index: android_webview/browser/aw_content_browser_client.h
 | 
| diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
 | 
| index 59a1c9edf680e1e9fd2dd38c6c74b65ef0558f9d..9ff4f6ca8b50521f6fa6ae19d8775f553d95a526 100644
 | 
| --- a/android_webview/browser/aw_content_browser_client.h
 | 
| +++ b/android_webview/browser/aw_content_browser_client.h
 | 
| @@ -53,7 +53,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
 | 
|            chrome_devtools_protocol_handler) OVERRIDE;
 | 
|    virtual net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
 | 
|        content::BrowserContext* browser_context,
 | 
| -      const FilePath& partition_path,
 | 
| +      const base::FilePath& partition_path,
 | 
|        bool in_memory,
 | 
|        scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
|            blob_protocol_handler,
 | 
| @@ -150,7 +150,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
 | 
|    virtual void ClearInspectorSettings(content::RenderViewHost* rvh) OVERRIDE;
 | 
|    virtual void ClearCache(content::RenderViewHost* rvh) OVERRIDE;
 | 
|    virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
 | 
| -  virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
 | 
| +  virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
 | 
|    virtual std::string GetDefaultDownloadName() OVERRIDE;
 | 
|    virtual void DidCreatePpapiPlugin(
 | 
|        content::BrowserPpapiHost* browser_host) OVERRIDE;
 | 
| 
 |