summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_shortcut_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_shortcut_manager.h')
-rw-r--r--chrome/browser/profiles/profile_shortcut_manager.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile_shortcut_manager.h b/chrome/browser/profiles/profile_shortcut_manager.h
index 6638f43..68cc324 100644
--- a/chrome/browser/profiles/profile_shortcut_manager.h
+++ b/chrome/browser/profiles/profile_shortcut_manager.h
@@ -10,9 +10,12 @@
#include "base/strings/string16.h"
#include "chrome/browser/profiles/profile_info_cache.h"
-class CommandLine;
class ProfileManager;
+namespace base {
+class CommandLine;
+}
+
class ProfileShortcutManager {
public:
virtual ~ProfileShortcutManager();
@@ -40,7 +43,7 @@ class ProfileShortcutManager {
// Populates the |command_line|, |name| and |icon_path| that a shortcut for
// the given |profile_path| should use.
virtual void GetShortcutProperties(const base::FilePath& profile_path,
- CommandLine* command_line,
+ base::CommandLine* command_line,
base::string16* name,
base::FilePath* icon_path) = 0;