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 a8fc39568e5e78524c937fd42c23f61061035504..a999f3384cece65662d6743fe2858523359d9d50 100644 |
--- a/chrome/browser/web_applications/web_app_unittest.cc |
+++ b/chrome/browser/web_applications/web_app_unittest.cc |
@@ -43,7 +43,7 @@ TEST_F(WebApplicationTest, GetShortcutInfoForTab) { |
const string16 title = ASCIIToUTF16("TEST_TITLE"); |
const string16 description = ASCIIToUTF16("TEST_DESCRIPTION"); |
const GURL url("http://www.foo.com/bar"); |
- webkit_glue::WebApplicationInfo web_app_info; |
+ WebApplicationInfo web_app_info; |
web_app_info.title = title; |
web_app_info.description = description; |
web_app_info.app_url = url; |