From 3fc364f9059372255062f7e5d009cce3b4d349f2 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Thu, 6 Aug 2009 22:35:13 +0000 Subject: Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding the broken ones. The change of GURL -> const GURL& caused some nasty crash and the change got reverted. TEST=none BUG=none Review URL: http://codereview.chromium.org/164095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22682 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/automation_proxy_uitest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/automation/automation_proxy_uitest.cc') diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc index 75395af..c67c1f7 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -829,7 +829,7 @@ TEST_F(ExternalTabTestType, IncognitoMode) { tab = NULL; CloseBrowserAndServer(); - value_result.empty(); + value_result.clear(); clear_profile_ = false; external_tab_container = NULL; tab_wnd = NULL; -- cgit v1.1