Index: chrome/install_static/install_util.cc |
diff --git a/chrome_elf/chrome_elf_util.cc b/chrome/install_static/install_util.cc |
similarity index 98% |
rename from chrome_elf/chrome_elf_util.cc |
rename to chrome/install_static/install_util.cc |
index a3fd727e9d2ebdf54d795bf3bd3b76e0d97bca86..6fbef47569c23475978e43550443272fd66e21a5 100644 |
--- a/chrome_elf/chrome_elf_util.cc |
+++ b/chrome/install_static/install_util.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome_elf/chrome_elf_util.h" |
+#include "chrome/install_static/install_util.h" |
#include <assert.h> |
#include <windows.h> |
@@ -26,7 +26,7 @@ const wchar_t kRegPathChromePolicy[] = L"SOFTWARE\\Policies\\Chromium"; |
const wchar_t kRegValueUsageStats[] = L"usagestats"; |
const wchar_t kUninstallArgumentsField[] = L"UninstallArguments"; |
-const wchar_t kMetricsReportingEnabled[] =L"MetricsReportingEnabled"; |
+const wchar_t kMetricsReportingEnabled[] = L"MetricsReportingEnabled"; |
const wchar_t kAppGuidCanary[] = |
L"{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}"; |