| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 10d4646846961176f5d7ed5a6787b9e563b07e36..e9335c686ca3a3464c9376c169c01078b02c0160 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -42,7 +42,7 @@ namespace WTF { template <typename T> class PassRefPtr; }
|
|
|
| namespace WebCore { class AXObject; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebNode;
|
| class WebDocument;
|
| @@ -220,6 +220,6 @@ private:
|
| WebPrivatePtr<WebCore::AXObject> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|