| Index: chrome/browser/ui/website_settings/mock_permission_bubble_view.h
|
| diff --git a/chrome/browser/ui/website_settings/mock_permission_bubble_view.h b/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
|
| index 980d9083fc7a705ff2e4572d305b409983a450e5..abe2e209f7c63f460ca77bc25ce8b48ed9176f8d 100644
|
| --- a/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
|
| +++ b/chrome/browser/ui/website_settings/mock_permission_bubble_view.h
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/browser/ui/website_settings/permission_bubble_view.h"
|
|
|
| class MockPermissionBubbleFactory;
|
| -class PermissionBubbleManager;
|
| +class PermissionRequestManager;
|
|
|
| // Provides a skeleton class for unit and browser testing when trying to test
|
| // the bubble manager logic. Should not be used for anything that requires
|
| @@ -32,11 +32,11 @@ class MockPermissionBubbleView : public PermissionBubbleView {
|
| friend class MockPermissionBubbleFactory;
|
|
|
| MockPermissionBubbleView(MockPermissionBubbleFactory* factory,
|
| - PermissionBubbleManager* manager,
|
| + PermissionRequestManager* manager,
|
| bool browser_test);
|
|
|
| MockPermissionBubbleFactory* factory_;
|
| - PermissionBubbleManager* manager_;
|
| + PermissionRequestManager* manager_;
|
| bool browser_test_;
|
| bool can_update_ui_;
|
| bool is_visible_;
|
|
|