| Index: athena/system/shutdown_dialog.h | 
| diff --git a/athena/system/shutdown_dialog.h b/athena/system/shutdown_dialog.h | 
| index fb8d1686619eb7a9b49b66b8b0887085ccb915c1..bda5adda8ab0c070bf2526736d3be4ea0fa7e5f4 100644 | 
| --- a/athena/system/shutdown_dialog.h | 
| +++ b/athena/system/shutdown_dialog.h | 
| @@ -23,7 +23,7 @@ | 
| // Shuts down in response to the power button being pressed. | 
| class ShutdownDialog : public PowerButtonObserver { | 
| public: | 
| -  explicit ShutdownDialog(); | 
| +  explicit ShutdownDialog(aura::Window* dialog_container); | 
| virtual ~ShutdownDialog(); | 
|  | 
| private: | 
|  |