Chromium Code Reviews| Index: athena/resource_manager/public/resource_manager.h |
| diff --git a/athena/resource_manager/public/resource_manager.h b/athena/resource_manager/public/resource_manager.h |
| index be07b6e6f33986e926d971b6fb74bc7fb783b02d..3978f7fa10905e34856897fbc3a8d682eff5391f 100644 |
| --- a/athena/resource_manager/public/resource_manager.h |
| +++ b/athena/resource_manager/public/resource_manager.h |
| @@ -5,6 +5,7 @@ |
| #ifndef ATHENA_RESOURCE_MANAGER_PUBLIC_RESOURCE_MANAGER_H_ |
| #define ATHENA_RESOURCE_MANAGER_PUBLIC_RESOURCE_MANAGER_H_ |
| +#include "athena/athena_export.h" |
| #include "athena/resource_manager/memory_pressure_notifier.h" |
| #include "base/basictypes.h" |
| @@ -14,7 +15,7 @@ namespace athena { |
| // and other events to control the activity state (pre-/un-/re-/loading them) |
| // to keep enough memory free that no jank/lag will show when new applications |
| // are loaded and / or a navigation between applications takes place. |
| -class ResourceManager { |
| +class ATHENA_EXPORT ResourceManager { |
|
Jun Mukai
2014/08/29 00:08:25
Also adding ATHENA_EXPORT to athena/resource_manag
oshima
2014/08/29 00:44:43
Done.
|
| public: |
| // Creates the instance handling the resources. |
| static void Create(); |