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

Unified Diff: components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup TODOs. merge code. kill more threads. i never get tired of thread carnage. Created 7 years, 5 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: components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
diff --git a/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc b/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
index 82903c5b90c5708fbf0a63488be255c3e02dfad8..cc0bd04e065921f26937b7621e6fb718f626efde 100644
--- a/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
+++ b/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
@@ -8,7 +8,7 @@
#include "components/autofill/content/browser/wallet/instrument.h"
#include "components/autofill/content/browser/wallet/wallet_test_util.h"
#include "content/public/test/test_browser_context.h"
-#include "content/public/test/test_browser_thread.h"
+#include "content/public/test/test_browser_thread_bundle.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
#include "net/url_request/test_url_fetcher_factory.h"
@@ -105,6 +105,7 @@ class EncryptionEscrowClientTest : public testing::Test {
private:
+ content::TestBrowserThreadBundle thread_bundle_;
content::TestBrowserContext browser_context_;
net::TestURLFetcherFactory factory_;
};

Powered by Google App Engine
This is Rietveld 408576698