| Index: chrome/browser/web_applications/web_app_unittest.cc
|
| diff --git a/chrome/browser/web_applications/web_app_unittest.cc b/chrome/browser/web_applications/web_app_unittest.cc
|
| index be6ece0d5df708b5eebb7e49c720ebec2f9880b0..73f8a884a4a99094b1043e22c03dca2dc24d1502 100644
|
| --- a/chrome/browser/web_applications/web_app_unittest.cc
|
| +++ b/chrome/browser/web_applications/web_app_unittest.cc
|
| @@ -14,6 +14,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| class WebApplicationTest : public TabContentsWrapperTestHarness {
|
| public:
|
| WebApplicationTest() : ui_thread_(BrowserThread::UI, &message_loop_) {
|
|
|