| Index: public/web/WebWidgetClient.h
|
| diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
|
| index 69bfacff554a66bfc139bd648bb524dd1830be6f..ad7069908713d9cd9fe5c74b662cc90a4bbda46f 100644
|
| --- a/public/web/WebWidgetClient.h
|
| +++ b/public/web/WebWidgetClient.h
|
| @@ -37,7 +37,7 @@
|
| #include "WebScreenInfo.h"
|
| #include "../platform/WebLayerTreeView.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebGestureEvent;
|
| class WebString;
|
| @@ -176,6 +176,6 @@ protected:
|
| ~WebWidgetClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|