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

Unified Diff: athena/resource_manager/public/resource_manager_delegate.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/public/resource_manager.h ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/resource_manager/public/resource_manager_delegate.h
diff --git a/athena/resource_manager/public/resource_manager_delegate.h b/athena/resource_manager/public/resource_manager_delegate.h
index d879c782cb28a87097d16d74c1f7d2fba4b76975..ecc2836944aba9dd5ff8165674a7597ab58339f9 100644
--- a/athena/resource_manager/public/resource_manager_delegate.h
+++ b/athena/resource_manager/public/resource_manager_delegate.h
@@ -7,13 +7,14 @@
#include <string>
+#include "athena/athena_export.h"
#include "base/macros.h"
namespace athena {
// The resource manager delegate which abstracts system function calls to allow
// unit tests to override them.
-class ResourceManagerDelegate {
+class ATHENA_EXPORT ResourceManagerDelegate {
public:
static ResourceManagerDelegate* CreateResourceManagerDelegate();
« no previous file with comments | « athena/resource_manager/public/resource_manager.h ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698