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

Unified Diff: Source/platform/Prerender.h

Issue 499213002: Cleanup redundant namespace usage in Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « no previous file | Source/platform/mediastream/MediaStreamComponent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Prerender.h
diff --git a/Source/platform/Prerender.h b/Source/platform/Prerender.h
index f417acc5b0d48196826af3526d8aa34403144baf..40d95134afcf8335cb49e968a3acd09edc866da2 100644
--- a/Source/platform/Prerender.h
+++ b/Source/platform/Prerender.h
@@ -43,12 +43,9 @@
#include "wtf/text/WTFString.h"
namespace blink {
-class WebPrerender;
-}
-
-namespace blink {
class PrerenderClient;
+class WebPrerender;
class PLATFORM_EXPORT Prerender : public RefCounted<Prerender> {
WTF_MAKE_NONCOPYABLE(Prerender);
« no previous file with comments | « no previous file | Source/platform/mediastream/MediaStreamComponent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698