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

Unified Diff: public/web/WebPerformance.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.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/web/WebPageSerializerClient.h ('k') | public/web/WebPluginDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPerformance.h
diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
index 48d17123188af1d23a34c545e283abac5e4a217d..6fd8c5bf5413050d4719f64174353cc691abf1b3 100644
--- a/public/web/WebPerformance.h
+++ b/public/web/WebPerformance.h
@@ -39,10 +39,10 @@
#include "platform/heap/Handle.h"
#endif
-namespace blink { class Performance; }
-
namespace blink {
+class Performance;
+
class WebPerformance {
public:
~WebPerformance() { reset(); }
@@ -86,12 +86,12 @@ public:
BLINK_EXPORT double loadEventEnd() const;
#if BLINK_IMPLEMENTATION
- WebPerformance(const PassRefPtrWillBeRawPtr<blink::Performance>&);
- WebPerformance& operator=(const PassRefPtrWillBeRawPtr<blink::Performance>&);
+ WebPerformance(const PassRefPtrWillBeRawPtr<Performance>&);
+ WebPerformance& operator=(const PassRefPtrWillBeRawPtr<Performance>&);
#endif
private:
- WebPrivatePtr<blink::Performance> m_private;
+ WebPrivatePtr<Performance> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebPageSerializerClient.h ('k') | public/web/WebPluginDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698