diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-15 14:31:14 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-15 14:31:14 +0000 |
commit | ca0a0caf5b257c4c57dfe30db8e73390ff56df81 (patch) | |
tree | d8349a2a1e3163d1ef5124cd52abd69aa3277c32 /chrome/browser/importer/firefox_profile_lock.h | |
parent | fa2ec14e389ee931a4af09ced0224fe29c0823d9 (diff) | |
download | chromium_src-ca0a0caf5b257c4c57dfe30db8e73390ff56df81.zip chromium_src-ca0a0caf5b257c4c57dfe30db8e73390ff56df81.tar.gz chromium_src-ca0a0caf5b257c4c57dfe30db8e73390ff56df81.tar.bz2 |
Use FilePath in ProfileInfo struct.
BUG=24672
TEST=out/Debug/unit_tests
Review URL: http://codereview.chromium.org/1741012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer/firefox_profile_lock.h')
-rw-r--r-- | chrome/browser/importer/firefox_profile_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/importer/firefox_profile_lock.h b/chrome/browser/importer/firefox_profile_lock.h index d04fc35..8c828ec7 100644 --- a/chrome/browser/importer/firefox_profile_lock.h +++ b/chrome/browser/importer/firefox_profile_lock.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. @@ -69,7 +69,7 @@ class FirefoxProfileLock { public: - explicit FirefoxProfileLock(const std::wstring& path); + explicit FirefoxProfileLock(const FilePath& path); ~FirefoxProfileLock(); // Locks and releases the profile. |