| Index: public/web/WebContentDetectionResult.h
|
| diff --git a/public/web/WebContentDetectionResult.h b/public/web/WebContentDetectionResult.h
|
| index d9516ae88b6ca07fea55530ab0b4f314da945cbc..9d415be71851482994a9252f4d76223ca9b0a5de 100644
|
| --- a/public/web/WebContentDetectionResult.h
|
| +++ b/public/web/WebContentDetectionResult.h
|
| @@ -30,7 +30,7 @@
|
| #include "../platform/WebURL.h"
|
| #include "WebRange.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebContentDetectionResult {
|
| public:
|
| @@ -59,6 +59,6 @@ private:
|
| WebURL m_intent;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|