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

Unified Diff: public/web/WebPerformance.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/web/WebOptionElement.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 a858f352240b76effc8d69618a58fd03d936067d..48d17123188af1d23a34c545e283abac5e4a217d 100644
--- a/public/web/WebPerformance.h
+++ b/public/web/WebPerformance.h
@@ -39,7 +39,7 @@
#include "platform/heap/Handle.h"
#endif
-namespace WebCore { class Performance; }
+namespace blink { class Performance; }
namespace blink {
@@ -86,12 +86,12 @@ public:
BLINK_EXPORT double loadEventEnd() const;
#if BLINK_IMPLEMENTATION
- WebPerformance(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);
- WebPerformance& operator=(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);
+ WebPerformance(const PassRefPtrWillBeRawPtr<blink::Performance>&);
+ WebPerformance& operator=(const PassRefPtrWillBeRawPtr<blink::Performance>&);
#endif
private:
- WebPrivatePtr<WebCore::Performance> m_private;
+ WebPrivatePtr<blink::Performance> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebOptionElement.h ('k') | public/web/WebPluginDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698