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

Unified Diff: chrome/browser/chromeos/login/signin/oauth2_browsertest.cc

Issue 2393343002: Split ExtensionTestObserver and move to //extensions. (Closed)
Patch Set: Created 4 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/chromeos/login/signin/oauth2_browsertest.cc
diff --git a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
index c0cdb2e3d1cd8ce06bb6c7c19a62a85e0cb6986c..d2a120204e54b58b6a7cb1aba65d2d0309bd4eb0 100644
--- a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
+++ b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
@@ -765,7 +765,7 @@ IN_PROC_BROWSER_TEST_F(MergeSessionTest, XHRThrottle) {
// Reset ExtensionBrowserTest::observer_ to the right browser object.
Browser* browser = FindOrCreateVisibleBrowser(profile());
- observer_.reset(new ExtensionTestNotificationObserver(browser));
+ observer_.reset(new ExtensionBrowserTestNotificationObserver(browser));
Devlin 2016/10/06 15:52:16 iwyu?
Rahul Chaturvedi 2016/10/11 20:12:34 Done.
// Run background page tests. The tests will just wait for XHR request
// to complete.

Powered by Google App Engine
This is Rietveld 408576698