| Index: content/shell/browser/layout_test/layout_test_browser_context.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_browser_context.h b/content/shell/browser/layout_test/layout_test_browser_context.h
|
| index 80dff35062d6ac20b6409c6898496da1d6355aa5..649a69ae5366ab4ca02f7756231d4593acc6176c 100644
|
| --- a/content/shell/browser/layout_test/layout_test_browser_context.h
|
| +++ b/content/shell/browser/layout_test/layout_test_browser_context.h
|
| @@ -15,6 +15,7 @@ class NetLog;
|
| namespace content {
|
|
|
| class DownloadManagerDelegate;
|
| +class LayoutTestBluetoothAdapterProvider;
|
| class LayoutTestPermissionManager;
|
| class LayoutTestPushMessagingService;
|
| class PermissionManager;
|
| @@ -45,7 +46,7 @@ class LayoutTestBrowserContext : public ShellBrowserContext {
|
| private:
|
| scoped_ptr<LayoutTestPushMessagingService> push_messaging_service_;
|
| scoped_ptr<PermissionManager> permission_manager_;
|
| -
|
| + scoped_ptr<LayoutTestBluetoothAdapterProvider> bluetooth_adapter_provider_;
|
| DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserContext);
|
| };
|
|
|
|
|