| Index: app/win/shell.cc
|
| diff --git a/app/win/shell.cc b/app/win/shell.cc
|
| index a951315008c715aa6c2e9bea19503f74a85ec230..cf4738705be8de92263eb712ae366bcbde2a6cab 100644
|
| --- a/app/win/shell.cc
|
| +++ b/app/win/shell.cc
|
| @@ -81,7 +81,7 @@ void SetAppIdForWindow(const string16& app_id, HWND hwnd) {
|
| std::wstring shell32_filename(kShell32);
|
| FilePath shell32_filepath(shell32_filename);
|
| base::NativeLibrary shell32_library = base::LoadNativeLibrary(
|
| - shell32_filepath);
|
| + shell32_filepath, NULL);
|
|
|
| if (!shell32_library)
|
| return;
|
|
|