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

Unified Diff: chrome/install_static/install_util.h

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: Address sky's review comments 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
Index: chrome/install_static/install_util.h
diff --git a/chrome_elf/chrome_elf_util.h b/chrome/install_static/install_util.h
similarity index 86%
rename from chrome_elf/chrome_elf_util.h
rename to chrome/install_static/install_util.h
index 673943d65139fb0fba627c046e5745f135c235ae..079d8b6a8d9a800264bbbd3182c535150f5cf159 100644
--- a/chrome_elf/chrome_elf_util.h
+++ b/chrome/install_static/install_util.h
@@ -1,9 +1,9 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
robertshield 2016/04/20 17:32:50 Can you add a comment here as well saying why thes
ananta 2016/04/20 20:15:36 Done.
-#ifndef CHROME_ELF_CHROME_ELF_UTIL_H_
-#define CHROME_ELF_CHROME_ELF_UTIL_H_
+#ifndef CHROME_INSTALL_STATIC_INSTALL_UTIL_H_
+#define CHROME_INSTALL_STATIC_INSTALL_UTIL_H_
#include "base/strings/string16.h"
@@ -41,4 +41,4 @@ bool IsNonBrowserProcess();
// Caches the |ProcessType| of the current process.
extern ProcessType g_process_type;
-#endif // CHROME_ELF_CHROME_ELF_UTIL_H_
+#endif // CHROME_INSTALL_STATIC_INSTALL_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698