| Index: public/platform/WebLayerScrollClient.h
|
| diff --git a/public/platform/WebLayerScrollClient.h b/public/platform/WebLayerScrollClient.h
|
| index 8504a342e089920980d03c7216a8861f3c83037a..778ceadda5e2436e4fe8776be9fb1f1bbb62fa3b 100644
|
| --- a/public/platform/WebLayerScrollClient.h
|
| +++ b/public/platform/WebLayerScrollClient.h
|
| @@ -25,7 +25,7 @@
|
| #ifndef WebLayerScrollClient_h
|
| #define WebLayerScrollClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // A client that is notified of scrolling on a WebLayer.
|
| class WebLayerScrollClient {
|
| @@ -35,6 +35,6 @@ protected:
|
| virtual ~WebLayerScrollClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebLayerScrollClient_h
|
|
|