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

Unified Diff: chrome/browser/win/chrome_process_finder.cc

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
Index: chrome/browser/win/chrome_process_finder.cc
diff --git a/chrome/browser/chrome_process_finder_win.cc b/chrome/browser/win/chrome_process_finder.cc
similarity index 97%
rename from chrome/browser/chrome_process_finder_win.cc
rename to chrome/browser/win/chrome_process_finder.cc
index 13c4a0eb5a56c5ca2f1afa70ecb0a3e223c5ac9d..3d9d4cb6bf84ea90569224fca96b128d354b77a6 100644
--- a/chrome/browser/chrome_process_finder_win.cc
+++ b/chrome/browser/win/chrome_process_finder.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chrome_process_finder_win.h"
+#include "chrome/browser/win/chrome_process_finder.h"
#include <shellapi.h>
#include <string>
@@ -31,6 +31,7 @@ int timeout_in_milliseconds = 20 * 1000;
} // namespace
namespace chrome {
+namespace win {
HWND FindRunningChromeWindow(const base::FilePath& user_data_dir) {
return base::win::MessageWindow::FindWindow(user_data_dir.value());
@@ -94,4 +95,5 @@ base::TimeDelta SetNotificationTimeoutForTesting(base::TimeDelta new_timeout) {
return old_timeout;
}
+} // namespace win
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698