Index: public/web/WebAXEnums.h |
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h |
index a381bec11d5abd65b1b03342185b069d18cf3132..2989a8cd0738519f513ffce8ab42dde9cfe6a394 100644 |
--- a/public/web/WebAXEnums.h |
+++ b/public/web/WebAXEnums.h |
@@ -31,7 +31,7 @@ |
#ifndef WebAXEnums_h |
#define WebAXEnums_h |
-namespace WebKit { |
+namespace blink { |
// Accessibility events sent from Blink to the embedder. |
// These values must match WebCore::AXObjectCache::AXNotification values. |
@@ -217,6 +217,6 @@ enum WebAXTextDirection { |
WebAXTextDirectionBT |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |