| Index: ui/views/window/dialog_client_view.h
|
| diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
|
| index a04dd4690d662b117948c3b1d9bbb983db45727b..e61923b0867e349b731b462268372345cfdaf198 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef UI_VIEWS_WINDOW_DIALOG_CLIENT_VIEW_H_
|
| #define UI_VIEWS_WINDOW_DIALOG_CLIENT_VIEW_H_
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/focus/focus_manager.h"
|
| @@ -68,7 +69,7 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
|
|
| protected:
|
| // For testing.
|
| - DialogClientView(View* contents_view);
|
| + explicit DialogClientView(View* contents_view);
|
|
|
| // Returns the DialogDelegate for the window. Virtual for testing.
|
| virtual DialogDelegate* GetDialogDelegate() const;
|
|
|