| Index: public/web/WebDOMProgressEvent.h
|
| diff --git a/public/web/WebDOMProgressEvent.h b/public/web/WebDOMProgressEvent.h
|
| index d8db15587695dfe4141eceb164456da9a03342a5..830a3684a46eccdbaa63be09cb24d92309308ed3 100644
|
| --- a/public/web/WebDOMProgressEvent.h
|
| +++ b/public/web/WebDOMProgressEvent.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebDOMEvent.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebString;
|
|
|
| @@ -43,6 +43,6 @@ public:
|
| BLINK_EXPORT WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|