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 0a79a91ff1a637c40d724884f94e2f9d88b40d98..bac782f38e85c9534422b1f7c3493a4dbdd2d3a4 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); |
}; |