Index: chrome/browser/ui/startup/startup_browser_creator.h |
diff --git a/chrome/browser/ui/startup/startup_browser_creator.h b/chrome/browser/ui/startup/startup_browser_creator.h |
index 0bec474e623a5752f6f73a771c5012f902ec0fe6..45c8fb4c8492f13127a601fa6662879c4c8ed261 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator.h |
+++ b/chrome/browser/ui/startup/startup_browser_creator.h |
@@ -174,7 +174,6 @@ bool HasPendingUncleanExit(Profile* profile); |
// Returns the path that contains the profile that should be loaded on process |
// startup. |
-base::FilePath GetStartupProfilePath(const base::FilePath& user_data_dir, |
- const base::CommandLine& command_line); |
+base::FilePath GetStartupProfilePath(const base::CommandLine& command_line); |
#endif // CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_H_ |