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

Unified Diff: chrome/browser/net/gaia/token_service_unittest.h

Issue 8392042: Split BrowserThread into public API and private implementation, step 1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/net/gaia/token_service.cc ('k') | chrome/browser/net/http_server_properties_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/gaia/token_service_unittest.h
diff --git a/chrome/browser/net/gaia/token_service_unittest.h b/chrome/browser/net/gaia/token_service_unittest.h
index 689d3b5d7695c1642c0ad61205234e49ab1e14dd..fd3802b9712d2d649e2559a4e200127c2eba6d23 100644
--- a/chrome/browser/net/gaia/token_service_unittest.h
+++ b/chrome/browser/net/gaia/token_service_unittest.h
@@ -16,6 +16,7 @@
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_source.h"
+#include "content/test/test_browser_thread.h"
#include "content/test/test_notification_tracker.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -68,8 +69,8 @@ class TokenServiceTestHarness : public testing::Test {
void WaitForDBLoadCompletion();
MessageLoopForUI message_loop_;
- BrowserThread ui_thread_; // Mostly so DCHECKS pass.
- BrowserThread db_thread_; // WDS on here
+ content::TestBrowserThread ui_thread_; // Mostly so DCHECKS pass.
+ content::TestBrowserThread db_thread_; // WDS on here
TokenService service_;
TokenAvailableTracker success_tracker_;
« no previous file with comments | « chrome/browser/net/gaia/token_service.cc ('k') | chrome/browser/net/http_server_properties_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698