Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: chrome/browser/component_updater/pnacl/pnacl_component_installer.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.h
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
index 822b0b5f96efa1074ae4cbd9a94c620379c4c9ab..ba5fd24c66ddef8860a268f343a78638cc557771 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.
« no previous file with comments | « chrome/browser/component_updater/component_updater_configurator.h ('k') | chrome/browser/diagnostics/diagnostics_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698