summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test_utils.h')
-rw-r--r--chrome_frame/test_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h
index 741d541..70284fb 100644
--- a/chrome_frame/test_utils.h
+++ b/chrome_frame/test_utils.h
@@ -10,7 +10,7 @@
#include <atlbase.h>
#include <atlcom.h>
-#include "base/file_path.h"
+class FilePath;
extern const wchar_t kChromeFrameDllName[];
extern const wchar_t kChromeLauncherExeName[];
@@ -26,7 +26,7 @@ extern const wchar_t kChromeLauncherExeName[];
class ScopedChromeFrameRegistrar {
public:
ScopedChromeFrameRegistrar();
- ScopedChromeFrameRegistrar(const std::wstring& path);
+ explicit ScopedChromeFrameRegistrar(const std::wstring& path);
virtual ~ScopedChromeFrameRegistrar();
void RegisterChromeFrameAtPath(const std::wstring& path);