Chromium Code Reviews| Index: content/browser/gpu/gpu_data_manager.h |
| diff --git a/content/browser/gpu/gpu_data_manager.h b/content/browser/gpu/gpu_data_manager.h |
| index a5a40d0b2544d33eb3b38fc079829fd60ac9091d..7a4208632ed71c36e1d8b45f867ff9b4eeaa684e 100644 |
| --- a/content/browser/gpu/gpu_data_manager.h |
| +++ b/content/browser/gpu/gpu_data_manager.h |
| @@ -17,11 +17,12 @@ |
| #include "base/values.h" |
| #include "content/common/gpu/gpu_feature_flags.h" |
| #include "content/common/gpu/gpu_info.h" |
| +#include "content/common/content_export.h" |
|
darin (slow to review)
2011/09/04 15:41:04
nit: "content" before "gpu"
Dirk Pranke
2011/09/07 01:46:07
Done.
|
| class CommandLine; |
| class GpuBlacklist; |
| -class GpuDataManager { |
| +class CONTENT_EXPORT GpuDataManager { |
| public: |
| // Getter for the singleton. This will return NULL on failure. |
| static GpuDataManager* GetInstance(); |