| 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 6fedd5a37b4b299ec0dbae8ed862e847ac51ced0..f75cf8e42f0b287b4296a58febb9920d79f3e1de 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| @@ -26,12 +26,11 @@
|
| #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/common/chrome_paths.h"
|
| #include "components/nacl/common/nacl_switches.h"
|
| +#include "components/omaha_query_params/omaha_query_params.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| -using chrome::OmahaQueryParams;
|
| using content::BrowserThread;
|
|
|
| namespace component_updater {
|
|
|