| Index: athena/screen/modal_window_controller.cc
|
| diff --git a/athena/screen/modal_window_controller.cc b/athena/screen/modal_window_controller.cc
|
| index 140b2c9abad726296da25ca6e1e58797858ba9e2..63d82b68ed9122a99364034b07fb9eaeeef61472 100644
|
| --- a/athena/screen/modal_window_controller.cc
|
| +++ b/athena/screen/modal_window_controller.cc
|
| @@ -13,6 +13,8 @@
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| #include "ui/wm/core/window_animations.h"
|
|
|
| +DECLARE_WINDOW_PROPERTY_TYPE(athena::ModalWindowController*);
|
| +
|
| namespace athena {
|
| namespace {
|
|
|
|
|