Commit e3dad87d authored by sidchat@google.com's avatar sidchat@google.com

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140 0039d316-1c4b-4281-b951-d872f2087c98
parent 8287a0b5
...@@ -106,7 +106,7 @@ class TabSwitchingUITest : public UITest { ...@@ -106,7 +106,7 @@ class TabSwitchingUITest : public UITest {
const std::string average_str("average = "); const std::string average_str("average = ");
const std::string std_dev_str("standard deviation = "); const std::string std_dev_str("standard deviation = ");
std::string::size_type pos = contents.find( std::string::size_type pos = contents.find(
"Histogram: RenderWidgetHostHWND_WhiteoutDuration", 0); "Histogram: MPArch.RWHH_WhiteoutDuration", 0);
std::string::size_type comma_pos; std::string::size_type comma_pos;
std::string::size_type number_length; std::string::size_type number_length;
if (pos != std::string::npos) { if (pos != std::string::npos) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment