Index: remoting/base/resources_unittest.cc |
=================================================================== |
--- remoting/base/resources_unittest.cc (revision 165610) |
+++ remoting/base/resources_unittest.cc (working copy) |
@@ -40,7 +40,7 @@ |
std::string expected_product_name = "Chromoting"; |
#endif // !defined(GOOGLE_CHROME_BUILD) |
EXPECT_EQ(expected_product_name, |
- l10n_util::GetStringUTF8(IDR_PRODUCT_NAME)); |
+ l10n_util::GetStringUTF8(IDR_REMOTING_PRODUCT_NAME)); |
} |
TEST_F(ResourcesTest, MAYBE_ProductLogo) { |