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

Unified Diff: content/common/view_types.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 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: content/common/view_types.h
diff --git a/content/common/view_types.h b/content/common/view_types.h
index ae82e4fd2b73ef37f67d629a095115e744015afc..68591808cb32794950fa02ad92085113ff197b24 100644
--- a/content/common/view_types.h
+++ b/content/common/view_types.h
@@ -7,9 +7,10 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
// Indicates different types of views
-class ViewType {
+class CONTENT_EXPORT ViewType {
public:
enum Type {
INVALID,

Powered by Google App Engine
This is Rietveld 408576698