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

Unified Diff: trunk/src/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc

Issue 23551005: Revert 219709 "Remove the Extensions URLRequestContext." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc
===================================================================
--- trunk/src/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc (revision 219785)
+++ trunk/src/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc (working copy)
@@ -7,7 +7,6 @@
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/test/base/testing_profile.h"
-#include "content/public/test/test_browser_thread_bundle.h"
#include "testing/gtest/include/gtest/gtest.h"
#if !defined(OS_ANDROID) && !defined(OS_IOS)
@@ -56,7 +55,6 @@
TEST(BookmarkUIUtilsTest, HasBookmarkURLsAllowedInIncognitoMode) {
BookmarkModel model(NULL);
- content::TestBrowserThreadBundle thread_bundle;
TestingProfile profile;
std::vector<const BookmarkNode*> nodes;

Powered by Google App Engine
This is Rietveld 408576698