| Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| index aba78b021978e3502c6ce76721da6157eaa23627..df3cce966536567b62dda2f3ebebd80e9ac3bb14 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| @@ -23,10 +23,10 @@
|
| #include "build/build_config.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/component_updater/component_updater_service.h"
|
| +#include "chrome/browser/omaha_query_params/omaha_query_params.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/chrome_paths.h"
|
| -#include "chrome/common/omaha_query_params/omaha_query_params.h"
|
| #include "components/nacl/common/nacl_switches.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
|
|