win: Fix tests and compilation errors

This commit is contained in:
Cheng Zhao 2015-03-18 12:55:44 +08:00
parent b43386b273
commit 57812616b9
6 changed files with 13 additions and 32 deletions

View file

@ -155,7 +155,7 @@ void PrintViewManagerBase::OnDidPrintPage(
reinterpret_cast<const unsigned char*>(shared_buf.memory()),
params.data_size);
document->DebugDumpData(bytes, FILE_PATH_LITERAL(".pdf"));
document->DebugDumpData(bytes.get(), FILE_PATH_LITERAL(".pdf"));
}
#endif // !OS_WIN
}