Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: athena/resource_manager/memory_pressure_notifier.h

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/resource_manager/DEPS ('k') | athena/resource_manager/public/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « athena/resource_manager/DEPS ('k') | athena/resource_manager/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698