| Index: chrome/browser/importer/importer.h
|
| diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h
|
| index 420a733e8abb9c00d82bd94cda04f4add6628765..b42bc20eb2c9daf3f8e0e941e169469af81518d2 100644
|
| --- a/chrome/browser/importer/importer.h
|
| +++ b/chrome/browser/importer/importer.h
|
| @@ -416,7 +416,7 @@ class ImportObserver {
|
| };
|
|
|
|
|
| -#if defined(OS_WIN)
|
| +#if !defined(OS_MACOSX)
|
| // TODO(port): Make StartImportingWithUI portable.
|
|
|
| // Shows a UI for importing and begins importing the specified items from
|
| @@ -424,7 +424,7 @@ class ImportObserver {
|
| // complete, can be NULL. parent is the window to parent the UI to, can be NULL
|
| // if there's nothing to parent to. first_run is true if it's invoked in the
|
| // first run UI.
|
| -void StartImportingWithUI(HWND parent_window,
|
| +void StartImportingWithUI(gfx::NativeWindow parent_window,
|
| int16 items,
|
| ImporterHost* coordinator,
|
| const ProfileInfo& source_profile,
|
|
|