Chromium Code Reviews| Index: Source/web/LinkHighlight.h |
| diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
| index 597698e3dad7f1879af35611743111d2551311b9..f53a4eb3c018f41c27d84d8ac573e5c23e51f3ea 100644 |
| --- a/Source/web/LinkHighlight.h |
| +++ b/Source/web/LinkHighlight.h |
| @@ -41,7 +41,7 @@ class RenderLayer; |
| class Node; |
| } |
| -namespace WebKit { |
| +namespace blink { |
| struct WebFloatRect; |
| struct WebRect; |
| @@ -95,6 +95,6 @@ private: |
| double m_startTime; |
| }; |
| -} // namespace WebKit |
| +} // namespace blink |
| #endif |