summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 17:47:34 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 17:47:34 +0000
commit06af4690d9fd596bf239a3791380b8c659a16029 (patch)
tree6aa782943b32eb7b1b59eca3982b8407e20e630a /chrome/browser/metrics
parent33ee8dabb42c4357d5f454a190104915da64e494 (diff)
downloadchromium_src-06af4690d9fd596bf239a3791380b8c659a16029.zip
chromium_src-06af4690d9fd596bf239a3791380b8c659a16029.tar.gz
chromium_src-06af4690d9fd596bf239a3791380b8c659a16029.tar.bz2
Remove deprecated version of UITest::DieFileDie().
Review URL: http://codereview.chromium.org/75008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics')
-rw-r--r--chrome/browser/metrics/metrics_service_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/metrics/metrics_service_uitest.cc b/chrome/browser/metrics/metrics_service_uitest.cc
index a994767..880d648 100644
--- a/chrome/browser/metrics/metrics_service_uitest.cc
+++ b/chrome/browser/metrics/metrics_service_uitest.cc
@@ -49,7 +49,7 @@ class MetricsServiceTest : public UITest {
// that was saved by the app as it closed. The caller takes ownership of the
// returned PrefService object.
PrefService* GetLocalState() {
- FilePath local_state_path = FilePath::FromWStringHack(user_data_dir())
+ FilePath local_state_path = user_data_dir()
.Append(chrome::kLocalStateFilename);
PrefService* local_state(new PrefService(local_state_path));