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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model_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 | « chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc ('k') | no next file » | 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_unittest.cc
diff --git a/chrome/browser/ui/android/tab_model/tab_model_unittest.cc b/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
index 83295912f5c96bd3f982fc3a15a5e346fc355b65..a42a1219a60e690713908657a9c9e565ec542746 100644
--- a/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
+++ b/chrome/browser/ui/android/tab_model/tab_model_unittest.cc
@@ -25,7 +25,6 @@ class TabModelAndroidProfileMock : public TestingProfile {
MOCK_METHOD0(GetOffTheRecordProfile, Profile*());
MOCK_METHOD0(HasOffTheRecordProfile, bool());
};
-} // namespace
class TestTabModel : public TabModel {
public:
@@ -47,6 +46,7 @@ class TestTabModel : public TabModel {
void SetActiveIndex(int index) override {}
void CloseTabAt(int index) override {}
};
+} // namespace
TEST_F(TabModelTest, TestProfileHandling) {
// Construct TabModel with standard Profile.
« no previous file with comments | « chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698