Index: chrome/installer/util/google_update_settings_unittest.cc |
diff --git a/chrome/installer/util/google_update_settings_unittest.cc b/chrome/installer/util/google_update_settings_unittest.cc |
index 46b933b66bf15790e5e941d7050ff007d5f053cb..1a8afaad728c2ea7fc11e9ad3a6a43b5839fde85 100644 |
--- a/chrome/installer/util/google_update_settings_unittest.cc |
+++ b/chrome/installer/util/google_update_settings_unittest.cc |
@@ -32,7 +32,10 @@ using installer::ChannelInfo; |
namespace { |
const wchar_t kTestProductGuid[] = L"{89F1B351-B15D-48D4-8F10-1298721CF13D}"; |
+ |
+#if defined(GOOGLE_CHROME_BUILD) |
const wchar_t kTestExperimentLabel[] = L"test_label_value"; |
+#endif |
// This test fixture redirects the HKLM and HKCU registry hives for |
// the duration of the test to make it independent of the machine |