Index: chrome_frame/test_utils.h |
=================================================================== |
--- chrome_frame/test_utils.h (revision 29088) |
+++ chrome_frame/test_utils.h (working copy) |
@@ -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 @@ |
std::wstring GetChromeFrameDllPath() const; |
- static std::wstring GetChromeFrameBuildPath(); |
+ static FilePath GetChromeFrameBuildPath(); |
static void RegisterAtPath(const std::wstring& path); |
static void RegisterDefaults(); |
Property changes on: chrome_frame/test_utils.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |