| Index: public/platform/WebContentLayer.h
|
| diff --git a/public/platform/WebContentLayer.h b/public/platform/WebContentLayer.h
|
| index 0b13fa1d0f8b52b7a4805fee37084051356d83e6..2647de0ae6069bc36ee434ef4a8a925ce7f72eb6 100644
|
| --- a/public/platform/WebContentLayer.h
|
| +++ b/public/platform/WebContentLayer.h
|
| @@ -29,7 +29,7 @@
|
| #include "WebCommon.h"
|
| #include "WebLayer.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebContentLayerClient;
|
|
|
| class WebContentLayer {
|
| @@ -55,6 +55,6 @@ public:
|
| virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebContentLayer_h
|
|
|