| Index: chrome/browser/plugin_exceptions_table_model_unittest.cc
|
| diff --git a/chrome/browser/plugin_exceptions_table_model_unittest.cc b/chrome/browser/plugin_exceptions_table_model_unittest.cc
|
| index b1cb814368dc52b26443496d3a96e40e9a89dd4b..2ee708b6ba46b81c9431ed1d27d19549cf326a00 100644
|
| --- a/chrome/browser/plugin_exceptions_table_model_unittest.cc
|
| +++ b/chrome/browser/plugin_exceptions_table_model_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/testing_pref_service.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/models/table_model_observer.h"
|
| @@ -52,7 +53,7 @@ class MockTableModelObserver : public ui::TableModelObserver {
|
|
|
| using ::testing::InSequence;
|
|
|
| -class PluginExceptionsTableModelTest : public testing::Test {
|
| +class PluginExceptionsTableModelTest : public TestingBrowserProcessTest {
|
| public:
|
| PluginExceptionsTableModelTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
|
|