| Index: chrome/common/common_param_traits_unittest.cc
|
| diff --git a/chrome/common/common_param_traits_unittest.cc b/chrome/common/common_param_traits_unittest.cc
|
| index c227921a67f4af6aadadd14b26994c868b210fad..f62bb6f2fe7787d62d12e9e5ab3508dc5b03d40b 100644
|
| --- a/chrome/common/common_param_traits_unittest.cc
|
| +++ b/chrome/common/common_param_traits_unittest.cc
|
| @@ -201,7 +201,7 @@ TEST(IPCMessageTest, Metafile) {
|
| printing::NativeMetafileFactory::Create());
|
| RECT test_rect = {0, 0, 100, 100};
|
| // Create a metafile using the screen DC as a reference.
|
| - metafile->CreateDc(NULL, NULL);
|
| + metafile->Init();
|
| metafile->FinishDocument();
|
|
|
| IPC::Message msg(1, 2, IPC::Message::PRIORITY_NORMAL);
|
|
|