summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_util_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_util_win.cc')
-rw-r--r--chrome/browser/browser_util_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_util_win.cc b/chrome/browser/browser_util_win.cc
index f4c11c7..2c32df0 100644
--- a/chrome/browser/browser_util_win.cc
+++ b/chrome/browser/browser_util_win.cc
@@ -17,7 +17,7 @@ namespace browser_util {
bool IsBrowserAlreadyRunning() {
static HANDLE handle = NULL;
- FilePath exe_path;
+ base::FilePath exe_path;
PathService::Get(base::FILE_EXE, &exe_path);
std::wstring exe = exe_path.value();
std::replace(exe.begin(), exe.end(), '\\', '!');