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

Unified Diff: chrome/browser/win/chrome_elf_init.h

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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/browser/win/browser_util.cc ('k') | chrome/browser/win/chrome_elf_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/win/browser_util.cc ('k') | chrome/browser/win/chrome_elf_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698