diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:03:08 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:03:08 +0000 |
commit | 847ed6c5908798298dca7c826ddcab817fec61ce (patch) | |
tree | 35c5dcd66f932c36c94caec22020582e89a7137e /chrome/test/automation | |
parent | 86cbd2abef20a01360a77dfd8593735cd1f0dbd4 (diff) | |
download | chromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.zip chromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.tar.gz chromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.tar.bz2 |
Bunch of Coverity fixes, rather minor severity.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/159862
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |