| 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 87%
|
| rename from chrome/browser/chrome_process_finder_win.h
|
| rename to chrome/browser/win/chrome_process_finder.h
|
| index a66429de5e7462310ec422d8e682b343af6bbfbf..2284d40bb8fc5373450250cd7cf7d20c6cb9dc0e 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>
|
|
|
| @@ -36,4 +36,4 @@ base::TimeDelta SetNotificationTimeoutForTesting(base::TimeDelta new_timeout);
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_CHROME_PROCESS_FINDER_WIN_H_
|
| +#endif // CHROME_BROWSER_WIN_CHROME_PROCESS_FINDER_H_
|
|
|