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

Unified Diff: chrome/browser/win/chrome_process_finder.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: 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/chrome_elf_init_unittest.cc ('k') | chrome/browser/win/chrome_process_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/chrome_process_finder.h
diff --git a/chrome/browser/chrome_process_finder_win.h b/chrome/browser/win/chrome_process_finder.h
similarity index 84%
rename from chrome/browser/chrome_process_finder_win.h
rename to chrome/browser/win/chrome_process_finder.h
index a66429de5e7462310ec422d8e682b343af6bbfbf..66b74a02bf4e9e1e253f556c7442479d19c650bd 100644
--- a/chrome/browser/chrome_process_finder_win.h
+++ b/chrome/browser/win/chrome_process_finder.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_PROCESS_FINDER_WIN_H_
-#define CHROME_BROWSER_CHROME_PROCESS_FINDER_WIN_H_
+#ifndef CHROME_BROWSER_WIN_CHROME_PROCESS_FINDER_H_
+#define CHROME_BROWSER_WIN_CHROME_PROCESS_FINDER_H_
#include <windows.h>
@@ -14,6 +14,7 @@ class FilePath;
}
namespace chrome {
+namespace win {
sky 2016/06/24 15:58:17 Don't bother with the win namespace here.
Patrick Monette 2016/06/27 17:43:12 Removed.
enum NotifyChromeResult {
NOTIFY_SUCCESS,
@@ -34,6 +35,7 @@ NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window,
// Changes the notification timeout to |new_timeout|, returns the old timeout.
base::TimeDelta SetNotificationTimeoutForTesting(base::TimeDelta new_timeout);
+} // namespace win
} // namespace chrome
-#endif // CHROME_BROWSER_CHROME_PROCESS_FINDER_WIN_H_
+#endif // CHROME_BROWSER_WIN_CHROME_PROCESS_FINDER_H_
« no previous file with comments | « chrome/browser/win/chrome_elf_init_unittest.cc ('k') | chrome/browser/win/chrome_process_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698