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 f41ac0d5da7cacd08d335f0e6407f7ddaa9f6ed3..58587519607b2fc8de61d6a651a9d7425cdd4d02 100644 |
--- a/chrome/browser/web_applications/web_app_unittest.cc |
+++ b/chrome/browser/web_applications/web_app_unittest.cc |
@@ -44,7 +44,7 @@ TEST_F(WebApplicationTest, GetShortcutInfoForTab) { |
EXPECT_EQ(url, info.url); |
} |
-TEST_F(WebApplicationTest, AppDirWithId) { |
+TEST_F(WebApplicationTest, AppDirWithID) { |
FilePath profile_path(FILE_PATH_LITERAL("profile")); |
FilePath result(web_app::GetWebAppDataDirectory(profile_path, "123", GURL())); |
FilePath expected = profile_path.AppendASCII("Web Applications") |
@@ -52,7 +52,7 @@ TEST_F(WebApplicationTest, AppDirWithId) { |
EXPECT_EQ(expected, result); |
} |
-TEST_F(WebApplicationTest, AppDirWithUrl) { |
+TEST_F(WebApplicationTest, AppDirWithURL) { |
FilePath profile_path(FILE_PATH_LITERAL("profile")); |
FilePath result(web_app::GetWebAppDataDirectory( |
profile_path, "", GURL("http://example.com"))); |