Index: chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/TypedUrlsTest.java |
diff --git a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/TypedUrlsTest.java b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/TypedUrlsTest.java |
index 1cc370f9acc91a47e7d036a920111cff93d10832..71fbece764f6d580d2c6ef789f9e630afecb0a74 100644 |
--- a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/TypedUrlsTest.java |
+++ b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/TypedUrlsTest.java |
@@ -32,7 +32,7 @@ public class TypedUrlsTest extends SyncTestBase { |
private static final String TYPED_URLS_TYPE = "Typed URLs"; |
- // TestHttpServerClient is preferred here but it can't be used. The test server |
+ // EmbeddedTestServer is preferred here but it can't be used. The test server |
// serves pages on localhost and Chrome doesn't sync localhost URLs as typed URLs. |
// This type of URL requires no external data connection or resources. |
private static final String URL = "data:text,testTypedUrl"; |