| Index: chrome/installer/util/google_chrome_distribution_unittest.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution_unittest.cc b/chrome/installer/util/google_chrome_distribution_unittest.cc
|
| index 6abfe381764dc593e1f6b86b8429506f1d05716c..bd13cdc5d16bd2668222712a6c50a831b4e06e61 100644
|
| --- a/chrome/installer/util/google_chrome_distribution_unittest.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution_unittest.cc
|
| @@ -227,8 +227,8 @@ TEST_F(GoogleChromeDistributionTest, TestExtractUninstallMetrics) {
|
| &uninstall_metrics_string));
|
| EXPECT_EQ(expected_url_string, uninstall_metrics_string);
|
| }
|
| +#endif
|
|
|
| -#else
|
| // The distribution strings should not be empty. The unit tests are not linking
|
| // with the chrome resources so we cannot test official build.
|
| TEST(BrowserDistribution, StringsTest) {
|
| @@ -253,7 +253,6 @@ TEST(BrowserDistribution, AlternateAndNormalShortcutName) {
|
| EXPECT_FALSE(normal_name.empty());
|
| EXPECT_FALSE(alternate_name.empty());
|
| }
|
| -#endif
|
|
|
| TEST(MasterPreferences, ParseDistroParams) {
|
| std::wstring prefs;
|
|
|