Index: chrome/app/chrome_exe_main_win.cc |
diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc |
index b95c04a86bc1cc92a980314c120aad0862ba6d00..48db7816cc5e4af9375163f2f263f2dda140a10b 100644 |
--- a/chrome/app/chrome_exe_main_win.cc |
+++ b/chrome/app/chrome_exe_main_win.cc |
@@ -25,10 +25,9 @@ |
#include "chrome/app/main_dll_loader_win.h" |
#include "chrome/browser/policy/policy_path_parser.h" |
#include "chrome/browser/win/chrome_process_finder.h" |
-#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/install_static/install_details.h" |
+#include "chrome/install_static/initialize_from_primary_module.h" |
#include "chrome_elf/chrome_elf_main.h" |
#include "components/crash/content/app/crash_switches.h" |
#include "components/crash/content/app/crashpad.h" |
@@ -209,8 +208,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) { |
int main() { |
HINSTANCE instance = GetModuleHandle(nullptr); |
#endif |
- install_static::InstallDetails::InitializeFromPrimaryModule( |
- chrome::kChromeElfDllName); |
+ install_static::InitializeFromPrimaryModule(); |
// Initialize the CommandLine singleton from the environment. |
base::CommandLine::Init(0, nullptr); |