diff options
Diffstat (limited to 'chrome_frame/test_utils.h')
-rw-r--r-- | chrome_frame/test_utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h index fb470a0..85f5cc5 100644 --- a/chrome_frame/test_utils.h +++ b/chrome_frame/test_utils.h @@ -7,6 +7,8 @@ #include <string> +#include "base/file_path.h" + // Helper class used to register different chrome frame DLLs while running // tests. At construction, this registers the DLL found in the build path. // At destruction, again registers the DLL found in the build path if another @@ -24,7 +26,7 @@ class ScopedChromeFrameRegistrar { std::wstring GetChromeFrameDllPath() const; - static std::wstring GetChromeFrameBuildPath(); + static FilePath GetChromeFrameBuildPath(); static void RegisterAtPath(const std::wstring& path); static void RegisterDefaults(); |