Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2684)

Unified Diff: chrome/browser/tabs/tab_strip_model_unittest.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698