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

Unified Diff: chrome/browser/ui/views/first_run_bubble_unittest.cc

Issue 10830254: views: Pass only Browser pointer to FirstRunBubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 8 years, 4 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/ui/views/first_run_bubble_unittest.cc
diff --git a/chrome/browser/ui/views/first_run_bubble_unittest.cc b/chrome/browser/ui/views/first_run_bubble_unittest.cc
index 78c6488f9e288d45fd696204a13932daf0a9c38c..d83ffb5389b41781d56bb2cf9bddde270b932454 100644
--- a/chrome/browser/ui/views/first_run_bubble_unittest.cc
+++ b/chrome/browser/ui/views/first_run_bubble_unittest.cc
@@ -43,7 +43,7 @@ void FirstRunBubbleTest::SetUp() {
}
TEST_F(FirstRunBubbleTest, CreateAndClose) {
- FirstRunBubble* delegate = FirstRunBubble::ShowBubble(NULL, profile(), NULL);
+ FirstRunBubble* delegate = FirstRunBubble::ShowBubble(NULL, NULL);
EXPECT_TRUE(delegate != NULL);
delegate->GetWidget()->CloseNow();
}
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698