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

Unified Diff: Source/platform/weborigin/OriginAccessEntry.cpp

Issue 1110913002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months 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/testing/UnitTestHelpers.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/OriginAccessEntry.cpp
diff --git a/Source/platform/weborigin/OriginAccessEntry.cpp b/Source/platform/weborigin/OriginAccessEntry.cpp
index 856803516ca7e14542821a44ec37d77fa1bbcdbf..8bcd1b294f2b3426e1febec039416669b9570801 100644
--- a/Source/platform/weborigin/OriginAccessEntry.cpp
+++ b/Source/platform/weborigin/OriginAccessEntry.cpp
@@ -51,7 +51,7 @@ OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host,
// Look for top-level domains, either with or without an additional dot.
if (!m_hostIsIPAddress) {
- blink::WebPublicSuffixList* suffixList = blink::Platform::current()->publicSuffixList();
+ WebPublicSuffixList* suffixList = Platform::current()->publicSuffixList();
if (suffixList && m_host.length() <= suffixList->getPublicSuffixLength(m_host) + 1)
m_hostIsPublicSuffix = true;
}
« no previous file with comments | « Source/platform/testing/UnitTestHelpers.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698