diff options
Diffstat (limited to 'win8/test/open_with_dialog_async.h')
-rw-r--r-- | win8/test/open_with_dialog_async.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win8/test/open_with_dialog_async.h b/win8/test/open_with_dialog_async.h index 9f92645..62ddbed0 100644 --- a/win8/test/open_with_dialog_async.h +++ b/win8/test/open_with_dialog_async.h @@ -25,8 +25,8 @@ typedef base::Callback<void(HRESULT)> OpenWithDialogCallback; // the dedicated thread will be leaked if the calling thread's message loop goes // away before the interaction completes. void OpenWithDialogAsync(HWND parent_window, - const string16& file_name, - const string16& file_type_class, + const base::string16& file_name, + const base::string16& file_type_class, int open_as_info_flags, const OpenWithDialogCallback& callback); |