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

Unified Diff: athena/resource_manager/public/resource_manager.h

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
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();

Powered by Google App Engine
This is Rietveld 408576698