| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 42341)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -157,7 +157,7 @@
|
| // and 1 if it can't be. This is for validation that the library is installed
|
| // and versioned properly for Chrome to find.
|
| if (command_line.HasSwitch(switches::kTestLoadLibcros))
|
| - exit(!chromeos::CrosLibrary::EnsureLoaded());
|
| + exit(!chromeos::CrosLibrary::Get()->EnsureLoaded());
|
| #endif
|
| }
|
|
|
|
|