Index: chrome/browser/profiles/profile_shortcut_manager.h |
diff --git a/chrome/browser/profiles/profile_shortcut_manager.h b/chrome/browser/profiles/profile_shortcut_manager.h |
index 6638f4363ab505f67659b3ed003275d6b6828f66..68cc32467d6052d054f75dd33e90aefc70e3cf52 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; |