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

Unified Diff: Source/web/DOMUtilitiesPrivate.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 | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/DOMUtilitiesPrivate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DOMUtilitiesPrivate.h
diff --git a/Source/web/DOMUtilitiesPrivate.h b/Source/web/DOMUtilitiesPrivate.h
index 86f4a110d6518b7869d4c0aeda4352cb201d43c6..cf26f093a4c14f9210bae0badd39afb6e26385ed 100644
--- a/Source/web/DOMUtilitiesPrivate.h
+++ b/Source/web/DOMUtilitiesPrivate.h
@@ -37,7 +37,7 @@ class QualifiedName;
}
// This file is an aggregate of useful WebCore operations.
-namespace WebKit {
+namespace blink {
// For img, script, iframe, frame element, when attribute name is src,
// for link, a, area element, when attribute name is href,
@@ -49,6 +49,6 @@ namespace WebKit {
bool elementHasLegalLinkAttribute(const WebCore::Element* element,
const WebCore::QualifiedName& attrName);
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/DOMUtilitiesPrivate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698