Index: ash/gpu_support.h |
diff --git a/ash/gpu_support.h b/ash/gpu_support.h |
index 089f121e2f10ef7d069ccf74309f9488b05be9f0..9abe84cd332c224ee136279f78cbfcd0e561a70a 100644 |
--- a/ash/gpu_support.h |
+++ b/ash/gpu_support.h |
@@ -7,6 +7,7 @@ |
#include <list> |
+#include "ash/ash_export.h" |
#include "base/callback_forward.h" |
#include "base/process/process.h" |
@@ -14,7 +15,7 @@ namespace ash { |
// An interface to allow use of content::GpuDataManager to be injected in |
// configurations that permit a dependency on content. |
-class GPUSupport { |
+class ASH_EXPORT GPUSupport { |
public: |
typedef base::Callback<void(const std::list<base::ProcessHandle>&)> |
GetGpuProcessHandlesCallback; |