Index: mojo/shell/shell_test_helper.cc |
diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc |
index d0f0f7aded8ff38f60d20d01c348eecd8c0c2a3e..6c3490e49df01adf9819c8f6fe164ccd93ec3d15 100644 |
--- a/mojo/shell/shell_test_helper.cc |
+++ b/mojo/shell/shell_test_helper.cc |
@@ -9,8 +9,8 @@ |
#include "base/files/file_util.h" |
#include "base/logging.h" |
#include "base/path_service.h" |
+#include "mojo/shell/filename_util.h" |
#include "mojo/shell/init.h" |
-#include "net/base/filename_util.h" |
namespace mojo { |
namespace shell { |
@@ -29,8 +29,7 @@ void ShellTestHelper::Init() { |
new ApplicationManager::TestAPI(context_.application_manager())); |
base::FilePath service_dir; |
CHECK(PathService::Get(base::DIR_MODULE, &service_dir)); |
- context_.mojo_url_resolver()->SetBaseURL( |
- net::FilePathToFileURL(service_dir)); |
+ context_.mojo_url_resolver()->SetBaseURL(FilePathToFileURL(service_dir)); |
} |
void ShellTestHelper::SetLoaderForURL(scoped_ptr<ApplicationLoader> loader, |