| 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.
|
|
|
| -#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_
|
|
|