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

Unified Diff: public/web/WebDOMError.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/WebDOMCustomEvent.h ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMError.h
diff --git a/public/web/WebDOMError.h b/public/web/WebDOMError.h
index ef2c4ea8a65485af43ac91c6db85f5f875ca2df3..4ca7733d47e223e0bda50508776254dfc00069f0 100644
--- a/public/web/WebDOMError.h
+++ b/public/web/WebDOMError.h
@@ -42,7 +42,7 @@ template <class T> class Handle;
namespace WebCore { class DOMError; }
-namespace WebKit {
+namespace blink {
class WebDOMError {
public:
@@ -76,6 +76,6 @@ protected:
WebPrivatePtr<WebCore::DOMError> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebDOMError_h
« no previous file with comments | « public/web/WebDOMCustomEvent.h ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698