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

Unified Diff: chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc

Issue 10702029: Move tab functions off Browser into browser_tabstrip and browser_tabrestore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc
===================================================================
--- chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc (revision 145001)
+++ chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc (working copy)
@@ -6,6 +6,7 @@
#include "base/utf_string_conversions.h"
#include "chrome/browser/speech/speech_recognition_bubble_controller.h"
#include "chrome/browser/ui/browser.h"
+#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/test/base/browser_with_test_window_test.h"
#include "chrome/test/base/testing_profile.h"
@@ -153,7 +154,7 @@
// the bubble controller registers for tab close notifications which need
// a valid WebContents.
TabContents* tab_contents =
- test_fixture_->browser()->GetActiveTabContents();
+ chrome::GetActiveTabContents(test_fixture_->browser());
if (tab_contents)
web_contents = tab_contents->web_contents();
return new MockSpeechRecognitionBubble(web_contents, delegate,
« no previous file with comments | « chrome/browser/speech/speech_recognition_bubble_browsertest.cc ('k') | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698