| 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 98%
|
| rename from chrome/browser/chrome_process_finder_win.cc
|
| rename to chrome/browser/win/chrome_process_finder.cc
|
| index 13c4a0eb5a56c5ca2f1afa70ecb0a3e223c5ac9d..c668b38f387cc7a25723e445b73930f619c3769a 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>
|
|
|