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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc

Issue 2923633002: Move identically named TestTabModel classes to anonymous namespace. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/ui/android/tab_model/tab_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
diff --git a/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc b/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
index 653d3f197aaf9395e0ae1654e63e77e84ab0572e..44c0215be2dde9c98e7621c6642ae8e20637d1a1 100644
--- a/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
+++ b/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
@@ -11,7 +11,6 @@
namespace {
class TabModelListTest : public ChromeRenderViewHostTestHarness {};
-} // namespace
class TestTabModel : public TabModel {
public:
@@ -37,6 +36,7 @@ class TestTabModel : public TabModel {
// A fake value for the current number of tabs.
int tab_count_;
};
+} // namespace
// Regression test for http://crbug.com/432685.
TEST_F(TabModelListTest, TestGetTabModelForWebContents) {
« no previous file with comments | « no previous file | chrome/browser/ui/android/tab_model/tab_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698