Chromium Code Reviews| Index: base/base_paths_win.cc |
| diff --git a/base/base_paths_win.cc b/base/base_paths_win.cc |
| index a06d9084550436966e99f485b922d7a144c5609a..bd4c79126beb2ca9e68ed4d640780091a4aef692 100644 |
| --- a/base/base_paths_win.cc |
| +++ b/base/base_paths_win.cc |
| @@ -16,6 +16,8 @@ |
| // http://blogs.msdn.com/oldnewthing/archive/2004/10/25/247180.aspx |
| extern "C" IMAGE_DOS_HEADER __ImageBase; |
| +using base::FilePath; |
| + |
| namespace { |
| bool GetQuickLaunchPath(bool default_user, FilePath* result) { |