| Index: chrome/browser/extensions/extension_icon_manager_unittest.cc
|
| diff --git a/chrome/browser/extensions/extension_icon_manager_unittest.cc b/chrome/browser/extensions/extension_icon_manager_unittest.cc
|
| index a607704edd7c7ba4c9a11af54301697c409064e8..25801e893d2eb84fa894f7173b81d555f8b9216b 100644
|
| --- a/chrome/browser/extensions/extension_icon_manager_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_icon_manager_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/extension_resource.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/json_value_serializer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -16,7 +17,7 @@
|
|
|
| // Our test class that takes care of managing the necessary threads for loading
|
| // extension icons, and waiting for those loads to happen.
|
| -class ExtensionIconManagerTest : public testing::Test {
|
| +class ExtensionIconManagerTest : public TestingBrowserProcessTest {
|
| public:
|
| ExtensionIconManagerTest() :
|
| unwaited_image_loads_(0),
|
|
|