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

Unified Diff: content/browser/gpu/gpu_blacklist.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 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
Index: content/browser/gpu/gpu_blacklist.h
diff --git a/content/browser/gpu/gpu_blacklist.h b/content/browser/gpu/gpu_blacklist.h
index 8020163084b150ecda4d94719a18958b0b468377..c912c67e7f2ec71cea350b3bdc97e4cf5164e86b 100644
--- a/content/browser/gpu/gpu_blacklist.h
+++ b/content/browser/gpu/gpu_blacklist.h
@@ -14,6 +14,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
+#include "content/common/content_export.h"
#include "content/common/gpu/gpu_feature_flags.h"
class Version;
@@ -23,7 +24,7 @@ namespace base {
class DictionaryValue;
}
-class GpuBlacklist {
+class CONTENT_EXPORT GpuBlacklist {
public:
enum OsType {
kOsLinux,

Powered by Google App Engine
This is Rietveld 408576698