summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer/mini_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/mini_installer/mini_installer.cc')
-rw-r--r--chrome/installer/mini_installer/mini_installer.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/installer/mini_installer/mini_installer.cc b/chrome/installer/mini_installer/mini_installer.cc
index 488afde..3bee0d6 100644
--- a/chrome/installer/mini_installer/mini_installer.cc
+++ b/chrome/installer/mini_installer/mini_installer.cc
@@ -32,12 +32,10 @@
#include <Shellapi.h>
#include <shlwapi.h>
+#include "chrome/installer/mini_installer/appid.h"
#include "chrome/installer/mini_installer/mini_installer.h"
#include "chrome/installer/mini_installer/pe_resource.h"
-// Generated header that includes the Google Update id.
-#include "appid.h"
-
// Required linker symbol. See remarks above.
extern "C" unsigned int __sse2_available = 0;
@@ -155,7 +153,7 @@ void SetFullInstallerFlag(HKEY root_key) {
if (!SafeStrCopy(ap_registry_key, _countof(ap_registry_key),
kApRegistryKeyBase) ||
!SafeStrCat(ap_registry_key, _countof(ap_registry_key),
- google_update::kChromeGuid)) {
+ google_update::kAppGuid)) {
return;
}
if (::RegOpenKeyEx(root_key, ap_registry_key, NULL,