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

Unified Diff: content/browser/tab_contents/page_navigator.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/tab_contents/page_navigator.h
diff --git a/content/browser/tab_contents/page_navigator.h b/content/browser/tab_contents/page_navigator.h
index 64ac29dac8604cbb1e41a4116cc86f6282774e47..a1bccd8cd8aba86d0cf5fe4a54b3576c68856e21 100644
--- a/content/browser/tab_contents/page_navigator.h
+++ b/content/browser/tab_contents/page_navigator.h
@@ -12,13 +12,14 @@
#include <string>
+#include "content/common/content_export.h"
#include "content/common/page_transition_types.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/window_open_disposition.h"
class TabContents;
-struct OpenURLParams {
+struct CONTENT_EXPORT OpenURLParams {
OpenURLParams(const GURL& url,
const GURL& referrer,
WindowOpenDisposition disposition,
@@ -43,7 +44,7 @@ class TabContents;
OpenURLParams();
};
-class PageNavigator {
+class CONTENT_EXPORT PageNavigator {
public:
// Deprecated. Please use the one-argument variant instead.
// TODO(adriansc): Remove this method when refactoring changed all call sites.

Powered by Google App Engine
This is Rietveld 408576698