| Index: athena/resource_manager/memory_pressure_notifier.h
|
| diff --git a/athena/resource_manager/memory_pressure_notifier.h b/athena/resource_manager/memory_pressure_notifier.h
|
| index 5a30f3eb906165eb8e02334a922eeb2b9145a3c4..338af199e05ea89233a26412ea761631737d6776 100644
|
| --- a/athena/resource_manager/memory_pressure_notifier.h
|
| +++ b/athena/resource_manager/memory_pressure_notifier.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ATHENA_RESOURCE_MANAGER_MEMORY_PRESSURE_NOTIFIER_H_
|
| #define ATHENA_RESOURCE_MANAGER_MEMORY_PRESSURE_NOTIFIER_H_
|
|
|
| +#include "athena/athena_export.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer/timer.h"
|
| @@ -51,7 +52,7 @@ class MemoryPressureObserver {
|
| //
|
| // The observer will use 3 different fill levels: 50% full, 75% full and 90%
|
| // full.
|
| -class MemoryPressureNotifier {
|
| +class ATHENA_EXPORT MemoryPressureNotifier {
|
| public:
|
| // The creator gets the |listener| object. Note that the ownership of the
|
| // listener object remains with the creator.
|
|
|