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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
index 32a32dc..8a8a3eb 100644
--- a/chrome/browser/first_run.h
+++ b/chrome/browser/first_run.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/command_line.h"
+#include "base/gfx/native_widget_types.h"
#include "chrome/browser/browser_process_impl.h"
class FilePath;
@@ -39,7 +40,8 @@ class FirstRun {
// Imports settings in a separate process. It spawns a second dedicated
// browser process that just does the import with the import progress UI.
static bool ImportSettings(Profile* profile, int browser,
- int items_to_import, HWND parent_window);
+ int items_to_import,
+ gfx::NativeView parent_window);
// Import browser items in this process. The browser and the items to
// import are encoded int the command line. This function is paired with
// FirstRun::ImportSettings(). This function might or might not show