| Index: ui/surface/d3d9_utils_win.cc
|
| diff --git a/ui/surface/d3d9_utils_win.cc b/ui/surface/d3d9_utils_win.cc
|
| index aa180322109e12ea55116ca4ec464665304d7924..4377362d9a12ad64257099c55f1f948befb2efe3 100644
|
| --- a/ui/surface/d3d9_utils_win.cc
|
| +++ b/ui/surface/d3d9_utils_win.cc
|
| @@ -20,7 +20,8 @@ typedef HRESULT (WINAPI *Direct3DCreate9ExFunc)(UINT sdk_version,
|
| namespace ui_surface_d3d9_utils {
|
|
|
| bool LoadD3D9(base::ScopedNativeLibrary* storage) {
|
| - storage->Reset(base::LoadNativeLibrary(FilePath(kD3D9ModuleName), NULL));
|
| + storage->Reset(
|
| + base::LoadNativeLibrary(base::FilePath(kD3D9ModuleName), NULL));
|
| return storage->is_valid();
|
| }
|
|
|
|
|