| Index: content/shell/browser/layout_test/layout_test_content_browser_client.h | 
| diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h | 
| index e3fe22f4e2cfd54c158a18ac8a18dff29e367948..00fabae7ff7d04c01eb9d44c415b6a644315cbab 100644 | 
| --- a/content/shell/browser/layout_test/layout_test_content_browser_client.h | 
| +++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h | 
| @@ -37,6 +37,11 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient { | 
| int child_process_id) override; | 
| BrowserMainParts* CreateBrowserMainParts( | 
| const MainFunctionParams& parameters) override; | 
| +  void GetQuotaSettings( | 
| +      BrowserContext* context, | 
| +      const base::FilePath& partition_path, | 
| +      bool is_incognito, | 
| +      const storage::OptionalQuotaSettingsCallback& callback) override; | 
|  | 
| PlatformNotificationService* GetPlatformNotificationService() override; | 
|  | 
|  |