Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: public/web/WebAXObject.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebAXEnums.h ('k') | public/web/WebActiveWheelFlingParameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/web/WebAXEnums.h ('k') | public/web/WebActiveWheelFlingParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698