| Index: Source/web/PageOverlay.h
|
| diff --git a/Source/web/PageOverlay.h b/Source/web/PageOverlay.h
|
| index aadaf9dfc44ef42cf5a6e855f590fef3f2acaa13..241c838808e90bc441daff5274df70768c792982 100644
|
| --- a/Source/web/PageOverlay.h
|
| +++ b/Source/web/PageOverlay.h
|
| @@ -38,7 +38,7 @@ class GraphicsLayer;
|
| class GraphicsLayerClient;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class OverlayGraphicsLayerClientImpl;
|
| class WebPageOverlay;
|
| class WebViewImpl;
|
| @@ -73,6 +73,6 @@ private:
|
| int m_zOrder;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // PageOverlay_h
|
|
|