summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test_utils.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 10:43:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 10:43:00 +0000
commitbcd840cdc6c8f30782048cebafee9cc5f4a96883 (patch)
tree77b1b5d109ec6938b76b8c029e1a27f04426a4f9 /chrome_frame/test_utils.h
parent98efd9a924ec054f953c0798b9208c887c47646d (diff)
downloadchromium_src-bcd840cdc6c8f30782048cebafee9cc5f4a96883.zip
chromium_src-bcd840cdc6c8f30782048cebafee9cc5f4a96883.tar.gz
chromium_src-bcd840cdc6c8f30782048cebafee9cc5f4a96883.tar.bz2
chrome_frame: Remove several instances of the deprecated wstrings functions
and use their FilePath equivalents. BUG=24874 TEST=included Review URL: http://codereview.chromium.org/2125021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48376 0039d316-1c4b-4281-b951-d872f2087c98
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.