| Index: win8/test/open_with_dialog_async.cc
|
| diff --git a/win8/test/open_with_dialog_async.cc b/win8/test/open_with_dialog_async.cc
|
| index 2308b55235fed96462683ea5f7b799ae09d4ffc3..e2d616787b58dbba62209cdd8c5e47f10e40fca4 100644
|
| --- a/win8/test/open_with_dialog_async.cc
|
| +++ b/win8/test/open_with_dialog_async.cc
|
| @@ -79,7 +79,7 @@ void OnOpenWithDialogDone(OpenWithContext* context, HRESULT result) {
|
| // Calls SHOpenWithDialog (blocking), and returns the result back to the client
|
| // thread.
|
| void OpenWithDialogTask(OpenWithContext* context) {
|
| - DCHECK_EQ(context->thread.thread_id(), base::PlatformThread::CurrentId());
|
| + DCHECK_EQ(context->thread.GetThreadId(), base::PlatformThread::CurrentId());
|
| OPENASINFO open_as_info = {
|
| context->file_name.c_str(),
|
| context->file_type_class.c_str(),
|
|
|