diff options
Diffstat (limited to 'chrome/browser/web_applications/web_app_unittest.cc')
-rw-r--r-- | chrome/browser/web_applications/web_app_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/web_applications/web_app_unittest.cc b/chrome/browser/web_applications/web_app_unittest.cc index be6ece0..73f8a88 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_) { |