| Index: public/web/WebDataSource.h
|
| diff --git a/public/web/WebDataSource.h b/public/web/WebDataSource.h
|
| index 9c5e2364536e3135f63364fee9d51cbb6a1734dd..eedbaf3c7f5722c4d879405c3cfce74b3d309d0d 100644
|
| --- a/public/web/WebDataSource.h
|
| +++ b/public/web/WebDataSource.h
|
| @@ -35,7 +35,7 @@
|
| #include "WebNavigationType.h"
|
| #include "WebTextDirection.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebApplicationCacheHost;
|
| class WebString;
|
| @@ -121,6 +121,6 @@ protected:
|
| ~WebDataSource() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|