Index: content/shell/shell_url_request_context_getter.cc |
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc |
index e3f6bd55eaada07a2e59344e1ec11863989344fd..2fa6c39ade5b32725b53a1410107bbf046415518 100644 |
--- a/content/shell/shell_url_request_context_getter.cc |
+++ b/content/shell/shell_url_request_context_getter.cc |
@@ -56,8 +56,8 @@ void InstallProtocolHandlers(net::URLRequestJobFactoryImpl* job_factory, |
ShellURLRequestContextGetter::ShellURLRequestContextGetter( |
bool ignore_certificate_errors, |
const base::FilePath& base_path, |
- MessageLoop* io_loop, |
- MessageLoop* file_loop, |
+ base::MessageLoop* io_loop, |
+ base::MessageLoop* file_loop, |
ProtocolHandlerMap* protocol_handlers) |
: ignore_certificate_errors_(ignore_certificate_errors), |
base_path_(base_path), |