| Index: public/platform/WebLayerClient.h
|
| diff --git a/public/platform/WebLayerClient.h b/public/platform/WebLayerClient.h
|
| index aa110f1fadf04dda05c979822ad0f9919bd432a0..db6a613d505e3167761f1731b4cf6e5a9f503b7b 100644
|
| --- a/public/platform/WebLayerClient.h
|
| +++ b/public/platform/WebLayerClient.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebLayerClient_h
|
| #define WebLayerClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebLayerClient {
|
| public:
|
| @@ -41,7 +41,7 @@ protected:
|
| virtual ~WebLayerClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebLayerClient_h
|
|
|
|
|