summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/component_updater/pnacl/pnacl_component_installer.h')
-rw-r--r--chrome/browser/component_updater/pnacl/pnacl_component_installer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
index 822b0b5..ba5fd24 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
@@ -15,9 +15,8 @@
#include "chrome/browser/component_updater/component_updater_service.h"
#include "chrome/browser/component_updater/pnacl/pnacl_profile_observer.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class DictionaryValue;
}
@@ -52,7 +51,7 @@ class PnaclComponentInstaller : public ComponentInstaller {
// Register a PNaCl component for the first time.
void RegisterPnaclComponent(ComponentUpdateService* cus,
- const CommandLine& command_line);
+ const base::CommandLine& command_line);
// Check the PNaCl version again and re-register with the component
// updater service.