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 ab8b03e..741d541 100644
--- a/chrome_frame/test_utils.h
+++ b/chrome_frame/test_utils.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,7 +39,7 @@ class ScopedChromeFrameRegistrar {
static void RegisterAtPath(const std::wstring& path);
static void UnregisterAtPath(const std::wstring& path);
static void RegisterDefaults();
- static std::wstring GetReferenceChromeFrameDllPath();
+ static FilePath GetReferenceChromeFrameDllPath();
private:
// Contains the path of the most recently registered Chrome Frame DLL.