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

Unified Diff: Source/platform/LinkHash.cpp

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/platform/Language.cpp ('k') | Source/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LinkHash.cpp
diff --git a/Source/platform/LinkHash.cpp b/Source/platform/LinkHash.cpp
index 844acfa60b757d5985dfefaa4a7ab45a53391ec8..66b31d7eea5798cde6a0bfcebda090afdac353ca 100644
--- a/Source/platform/LinkHash.cpp
+++ b/Source/platform/LinkHash.cpp
@@ -57,7 +57,7 @@ LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative)
url_canon::RawCanonOutput<2048> buffer;
if (!resolveRelative(base, relative.string(), &buffer))
return 0;
- return WebKit::Platform::current()->visitedLinkHash(buffer.data(), buffer.length());
+ return blink::Platform::current()->visitedLinkHash(buffer.data(), buffer.length());
}
} // namespace WebCore
« no previous file with comments | « Source/platform/Language.cpp ('k') | Source/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698