Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: chrome/install_static/install_util.cc

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on Windows builder Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/install_static/install_util.h ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}";
« no previous file with comments | « chrome/install_static/install_util.h ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698