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

Unified Diff: Source/platform/text/BidiResolverTest.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/plugins/PluginListBuilder.cpp ('k') | Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiResolverTest.cpp
diff --git a/Source/platform/text/BidiResolverTest.cpp b/Source/platform/text/BidiResolverTest.cpp
index c7a73c94cc4eb39610546d02df96da9e1779dbf7..572c83c92b15de209df7a6535d1d91fe8f8cb97c 100644
--- a/Source/platform/text/BidiResolverTest.cpp
+++ b/Source/platform/text/BidiResolverTest.cpp
@@ -212,7 +212,7 @@ TEST(BidiResolver, BidiTest_txt)
// This code wants to use PathService from base/path_service.h
// but we aren't allowed to depend on base/ directly from Blink yet.
// Alternatively we could use:
- // WebKit::Platform::current()->unitTestSupport()->webKitRootDir()
+ // blink::Platform::current()->unitTestSupport()->webKitRootDir()
// and a relative path, but that would require running inside
// webkit_unit_tests (to have a functioning Platform object).
// The file we want is:
« no previous file with comments | « Source/platform/plugins/PluginListBuilder.cpp ('k') | Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698