| Index: Source/web/ContextFeaturesClientImpl.cpp
|
| diff --git a/Source/web/ContextFeaturesClientImpl.cpp b/Source/web/ContextFeaturesClientImpl.cpp
|
| index 4d1edf4ea88c237395cc194ea7f13f61fbaccda3..4bdfc2f0fba123e6682d3fe63ce341b9ccf76fc0 100644
|
| --- a/Source/web/ContextFeaturesClientImpl.cpp
|
| +++ b/Source/web/ContextFeaturesClientImpl.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class ContextFeaturesCache : public DocumentSupplement {
|
| public:
|
| @@ -150,4 +150,4 @@ bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatur
|
| }
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|