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

Unified Diff: content/common/page_transition_types.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/common/page_transition_types.h
diff --git a/content/common/page_transition_types.h b/content/common/page_transition_types.h
index 1bd6ec93f1a0c53b6048e4bf106ef2dd20861f68..5aaeeacf5c1a44b4e17fa4cab12498e9890c46b1 100644
--- a/content/common/page_transition_types.h
+++ b/content/common/page_transition_types.h
@@ -7,9 +7,10 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
// This class is for scoping only.
-class PageTransition {
+class CONTENT_EXPORT PageTransition {
public:
// Types of transitions between pages. These are stored in the history
// database to separate visits, and are reported by the renderer for page

Powered by Google App Engine
This is Rietveld 408576698