| Index: athena/util/fill_layout_manager.cc
|
| diff --git a/athena/util/fill_layout_manager.cc b/athena/util/fill_layout_manager.cc
|
| index 2fe7722bd87f8f0237deba93bd237ce27c6e5460..2a3eb22f374d6808b02dcb3a306ac58301d14d9f 100644
|
| --- a/athena/util/fill_layout_manager.cc
|
| +++ b/athena/util/fill_layout_manager.cc
|
| @@ -7,6 +7,9 @@
|
| #include "base/logging.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_property.h"
|
| +
|
| +// This is to avoid creating type definitoin for kAlwaysFillWindowKey.
|
| +DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ATHENA_EXPORT, bool);
|
|
|
| namespace athena {
|
| namespace {
|
|
|