| Index: chrome/browser/tab_contents/view_source_uitest.cc
|
| diff --git a/chrome/browser/tab_contents/view_source_uitest.cc b/chrome/browser/tab_contents/view_source_uitest.cc
|
| index 04499ff61f06a050e8885c7e4fcc5920a1068f8c..4ee078da8e8258f473534cf418714e24726988e5 100644
|
| --- a/chrome/browser/tab_contents/view_source_uitest.cc
|
| +++ b/chrome/browser/tab_contents/view_source_uitest.cc
|
| @@ -29,7 +29,7 @@ class ViewSourceTest : public UITest {
|
| }
|
|
|
| protected:
|
| - std::wstring test_html_;
|
| + std::wstring test_html_;
|
| };
|
|
|
| // This test renders a page in view-source and then checks to see if a cookie
|
|
|