diff options
author | sorin <sorin@chromium.org> | 2015-04-23 11:10:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-23 18:10:28 +0000 |
commit | 6bc5e1c9551f60c49d358efcff75c5c15f231df1 (patch) | |
tree | 3ead6fa4e22d46e5182a4ae4688460667740c4ed /chrome/browser/browser_process_impl.cc | |
parent | 6cc3f4aded1c6e3f94c8bf31ad70e25333f10f42 (diff) | |
download | chromium_src-6bc5e1c9551f60c49d358efcff75c5c15f231df1.zip chromium_src-6bc5e1c9551f60c49d358efcff75c5c15f231df1.tar.gz chromium_src-6bc5e1c9551f60c49d358efcff75c5c15f231df1.tar.bz2 |
Move pnacl installer files.
This is a mechanical change.
Most of the component installer files are under
chrome/browser/component_updater. For consistency, move the pnacl
component files from the pnacl directory one directory level up.
R=cpu,waffles,jvoung
BUG=479904
Review URL: https://codereview.chromium.org/1100043003
Cr-Commit-Position: refs/heads/master@{#326577}
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index a5b6d0a..f41e589 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -135,7 +135,7 @@ #endif #if !defined(DISABLE_NACL) -#include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h" +#include "chrome/browser/component_updater/pnacl_component_installer.h" #endif #if defined(ENABLE_PLUGIN_INSTALLATION) |