diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 20:24:01 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 20:24:01 +0000 |
commit | b112a4cc460212188d353b995a055f6e14029ba3 (patch) | |
tree | d4d9d51c6f59535b3b0b993db128c4ca2558858a /chrome/browser/first_run.h | |
parent | 721e54858f0fb90a19ca3ea697b6f37ba127850d (diff) | |
download | chromium_src-b112a4cc460212188d353b995a055f6e14029ba3.zip chromium_src-b112a4cc460212188d353b995a055f6e14029ba3.tar.gz chromium_src-b112a4cc460212188d353b995a055f6e14029ba3.tar.bz2 |
Will the real BrowserProcessImpl please stand up?
Review URL: http://codereview.chromium.org/19743
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r-- | chrome/browser/first_run.h | 4 |
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 |