| Index: chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc
|
| diff --git a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc
|
| index 913c9c812ac4f94b87a7ff582b9f7fcb4c90dba5..41316f87a6b7889788e95e57b3007f8bb0f1940e 100644
|
| --- a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc
|
| +++ b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "extensions/common/extension.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -200,6 +201,7 @@ class ExtensionAppShimHandlerTest : public testing::Test {
|
| std::vector<base::FilePath>());
|
| }
|
|
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| MockDelegate* delegate_;
|
| scoped_ptr<TestingExtensionAppShimHandler> handler_;
|
| base::FilePath profile_path_a_;
|
|
|