Index: shell/shell_test_helper.h |
diff --git a/shell/shell_test_helper.h b/shell/shell_test_helper.h |
index 4a2981817a3345925537d63968027ef72f3ef367..92455ecf9f6150a038249fcfac948c3ad519f604 100644 |
--- a/shell/shell_test_helper.h |
+++ b/shell/shell_test_helper.h |
@@ -36,9 +36,9 @@ class ShellTestHelper { |
// the thread this class spawns. |
void SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, const GURL& url); |
- // Adds a mapping that is used when resolving mojo urls. See MojoURLResolver |
+ // Adds a mapping that is used when resolving mojo urls. See URLResolver |
// for details. |
- void AddCustomMapping(const GURL& mojo_url, const GURL& resolved_url); |
+ void AddURLMapping(const GURL& url, const GURL& resolved_url); |
private: |
Context context_; |