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

Unified Diff: public/platform/WebPrerenderingSupport.h

Issue 43443005: Move WebPrerenderingSupport to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « Source/platform/exported/WebPrerenderingSupport.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPrerenderingSupport.h
diff --git a/public/platform/WebPrerenderingSupport.h b/public/platform/WebPrerenderingSupport.h
index e31a52fe29b97b7adf7d356476f496dac8f5146b..a8646cb239e0ca9c67fe9227f2c95f030d795ee9 100644
--- a/public/platform/WebPrerenderingSupport.h
+++ b/public/platform/WebPrerenderingSupport.h
@@ -39,9 +39,9 @@ class WebPrerender;
class WebPrerenderingSupport {
public:
- BLINK_EXPORT static void initialize(WebPrerenderingSupport*);
- BLINK_EXPORT static void shutdown();
- BLINK_EXPORT static WebPrerenderingSupport* current();
+ BLINK_PLATFORM_EXPORT static void initialize(WebPrerenderingSupport*);
+ BLINK_PLATFORM_EXPORT static void shutdown();
+ BLINK_PLATFORM_EXPORT static WebPrerenderingSupport* current();
// A prerender link element is added when it is inserted into a document.
virtual void add(const WebPrerender&) = 0;
« no previous file with comments | « Source/platform/exported/WebPrerenderingSupport.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698