| Index: chrome/browser/tabs/tab_strip_model_unittest.cc
|
| diff --git a/chrome/browser/tabs/tab_strip_model_unittest.cc b/chrome/browser/tabs/tab_strip_model_unittest.cc
|
| index 949d29e62a3212e0faaa592025093216886583ae..081f1b404cfa4832890ea47c21aa201c63bd1821 100644
|
| --- a/chrome/browser/tabs/tab_strip_model_unittest.cc
|
| +++ b/chrome/browser/tabs/tab_strip_model_unittest.cc
|
| @@ -111,7 +111,7 @@ class TabStripModelTest : public RenderViewHostTestHarness {
|
| }
|
|
|
| void SwitchTabTo(TabContents* contents) {
|
| - //contents()->DidBecomeSelected();
|
| + // contents()->DidBecomeSelected();
|
| }
|
|
|
| // Sets the id of the specified contents.
|
| @@ -150,7 +150,7 @@ class TabStripModelTest : public RenderViewHostTestHarness {
|
|
|
| std::wstring test_dir_;
|
| std::wstring profile_path_;
|
| - std::map<TabContents*,int> foo_;
|
| + std::map<TabContents*, int> foo_;
|
| ProfileManager pm_;
|
| };
|
|
|
|
|