Chromium Code Reviews

Unified Diff: chrome/browser/profiles/avatar_menu_model_unittest.cc

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix silly compile error Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/profiles/avatar_menu_model_unittest.cc
diff --git a/chrome/browser/profiles/avatar_menu_model_unittest.cc b/chrome/browser/profiles/avatar_menu_model_unittest.cc
index 3a140f8e04373d6bd3cd1d75021114a6acc57258..50d74ca434ef98a2ac1a945818c7129e6eae8344 100644
--- a/chrome/browser/profiles/avatar_menu_model_unittest.cc
+++ b/chrome/browser/profiles/avatar_menu_model_unittest.cc
@@ -14,6 +14,7 @@
#include "chrome/browser/profiles/profiles_state.h"
#include "chrome/test/base/testing_browser_process.h"
#include "chrome/test/base/testing_profile_manager.h"
+#include "content/public/test/test_browser_thread_bundle.h"
#include "grit/generated_resources.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h"
@@ -55,6 +56,7 @@ class AvatarMenuModelTest : public testing::Test {
TestingProfileManager* manager() { return &manager_; }
private:
+ content::TestBrowserThreadBundle thread_bundle_;
TestingProfileManager manager_;
};

Powered by Google App Engine