| Index: public/web/WebPerformance.h
|
| diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
|
| index 8309445d2cb61091ad16c1182428c816a40bb910..99d973a8953e4f6c8d51939ea3196cf45b7e7bdc 100644
|
| --- a/public/web/WebPerformance.h
|
| +++ b/public/web/WebPerformance.h
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore { class Performance; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebPerformance {
|
| public:
|
| @@ -91,6 +91,6 @@ private:
|
| WebPrivatePtr<WebCore::Performance> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|