| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 10bd8b95c0077c8e517a180c594a86ba4c2e4ec7..6bd6c4f15da636bccce8400130ddad835fae997c 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -72,7 +72,6 @@
|
| #include "chrome/browser/metrics/variations/variations_http_header_provider.h"
|
| #include "chrome/browser/metrics/variations/variations_service.h"
|
| #include "chrome/browser/nacl_host/nacl_browser_delegate_impl.h"
|
| -#include "chrome/browser/nacl_host/nacl_process_host.h"
|
| #include "chrome/browser/net/chrome_net_log.h"
|
| #include "chrome/browser/net/crl_set_fetcher.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| @@ -115,6 +114,7 @@
|
| #include "chrome/common/profiling.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
| #include "components/nacl/browser/nacl_browser.h"
|
| +#include "components/nacl/browser/nacl_process_host.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_observer.h"
|
| @@ -1497,7 +1497,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| content::BrowserThread::PostTask(
|
| content::BrowserThread::IO,
|
| FROM_HERE,
|
| - base::Bind(NaClProcessHost::EarlyStartup));
|
| + base::Bind(nacl::NaClProcessHost::EarlyStartup));
|
| #endif
|
|
|
| // Make sure initial prefs are recorded
|
|
|