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

Unified Diff: public/platform/WebPrerender.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « public/platform/WebPoint.h ('k') | public/platform/WebPrivatePtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPrerender.h
diff --git a/public/platform/WebPrerender.h b/public/platform/WebPrerender.h
index eb77bf9e1662a862698aa469b2c96620bab0dd94..f5f23a813877e7964aa8bfb3d85822012cac9fd1 100644
--- a/public/platform/WebPrerender.h
+++ b/public/platform/WebPrerender.h
@@ -41,7 +41,7 @@
#include "wtf/PassRefPtr.h"
#endif
-namespace WebCore {
+namespace blink {
class Prerender;
}
@@ -70,9 +70,9 @@ public:
}
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebPrerender(PassRefPtr<WebCore::Prerender>);
+ BLINK_PLATFORM_EXPORT explicit WebPrerender(PassRefPtr<blink::Prerender>);
- BLINK_PLATFORM_EXPORT const WebCore::Prerender* toPrerender() const;
+ BLINK_PLATFORM_EXPORT const blink::Prerender* toPrerender() const;
#endif
BLINK_PLATFORM_EXPORT void reset();
@@ -93,7 +93,7 @@ public:
BLINK_PLATFORM_EXPORT void didSendDOMContentLoadedForPrerender();
private:
- WebPrivatePtr<WebCore::Prerender> m_private;
+ WebPrivatePtr<blink::Prerender> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebPoint.h ('k') | public/platform/WebPrivatePtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698