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

Unified Diff: public/platform/WebPrerender.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« 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 f5f23a813877e7964aa8bfb3d85822012cac9fd1..55937f4fda85421d6ef3f2f11a4a8d2e5ad54e09 100644
--- a/public/platform/WebPrerender.h
+++ b/public/platform/WebPrerender.h
@@ -42,10 +42,8 @@
#endif
namespace blink {
-class Prerender;
-}
-namespace blink {
+class Prerender;
// WebPrerenderRelType is a bitfield since multiple rel attributes can be set on the same prerender.
enum WebPrerenderRelType {
@@ -70,9 +68,9 @@ public:
}
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebPrerender(PassRefPtr<blink::Prerender>);
+ BLINK_PLATFORM_EXPORT explicit WebPrerender(PassRefPtr<Prerender>);
- BLINK_PLATFORM_EXPORT const blink::Prerender* toPrerender() const;
+ BLINK_PLATFORM_EXPORT const Prerender* toPrerender() const;
#endif
BLINK_PLATFORM_EXPORT void reset();
@@ -93,7 +91,7 @@ public:
BLINK_PLATFORM_EXPORT void didSendDOMContentLoadedForPrerender();
private:
- WebPrivatePtr<blink::Prerender> m_private;
+ WebPrivatePtr<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