| Index: chrome/browser/win/chrome_elf_init.h
|
| diff --git a/chrome/browser/chrome_elf_init_win.h b/chrome/browser/win/chrome_elf_init.h
|
| similarity index 83%
|
| rename from chrome/browser/chrome_elf_init_win.h
|
| rename to chrome/browser/win/chrome_elf_init.h
|
| index 84d3da49e49f6eafe28a3aaabbf272a27a9a42c3..c2661145cfb3b5ba5ff2b53abdf9fb02d0e6d4c7 100644
|
| --- a/chrome/browser/chrome_elf_init_win.h
|
| +++ b/chrome/browser/win/chrome_elf_init.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
|
| -#define CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
|
| +#ifndef CHROME_BROWSER_WIN_CHROME_ELF_INIT_H_
|
| +#define CHROME_BROWSER_WIN_CHROME_ELF_INIT_H_
|
|
|
| // Field trial name and full name for the blacklist disabled group.
|
| extern const char kBrowserBlacklistTrialName[];
|
| @@ -19,4 +19,4 @@ void AddFinchBlacklistToRegistry();
|
| // Set the required state for an enabled browser blacklist.
|
| void BrowserBlacklistBeaconSetup();
|
|
|
| -#endif // CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
|
| +#endif // CHROME_BROWSER_WIN_CHROME_ELF_INIT_H_
|
|
|