summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r--chrome/browser/first_run.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
index a1b3f16..cc8b4db 100644
--- a/chrome/browser/first_run.h
+++ b/chrome/browser/first_run.h
@@ -5,13 +5,14 @@
#ifndef CHROME_BROWSER_FIRST_RUN_H_
#define CHROME_BROWSER_FIRST_RUN_H_
+#include <string>
#include <vector>
#include "base/basictypes.h"
-#include "base/command_line.h"
#include "base/gfx/native_widget_types.h"
#include "chrome/browser/browser_process_impl.h"
+class CommandLine;
class FilePath;
class Profile;
class ProcessSingleton;