Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2040)

Unified Diff: chrome/browser/metrics/variations_service_unittest.cc

Issue 10693114: Add iOS to the variations study proto. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merge to tot Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/metrics/variations_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/variations_service_unittest.cc
diff --git a/chrome/browser/metrics/variations_service_unittest.cc b/chrome/browser/metrics/variations_service_unittest.cc
index b05557026e28b77e7653a865d445796badb935e8..aa2cd1ee09aca363dbe532c16d2286f3fd0d7a76 100644
--- a/chrome/browser/metrics/variations_service_unittest.cc
+++ b/chrome/browser/metrics/variations_service_unittest.cc
@@ -72,12 +72,13 @@ TEST(VariationsServiceTest, CheckStudyChannel) {
}
TEST(VariationsServiceTest, CheckStudyPlatform) {
- const Study_Platform platforms[] = {
- Study_Platform_PLATFORM_WINDOWS,
- Study_Platform_PLATFORM_MAC,
- Study_Platform_PLATFORM_LINUX,
- Study_Platform_PLATFORM_CHROMEOS,
- Study_Platform_PLATFORM_ANDROID,
+ const chrome_variations::Study_Platform platforms[] = {
+ chrome_variations::Study_Platform_PLATFORM_WINDOWS,
+ chrome_variations::Study_Platform_PLATFORM_MAC,
+ chrome_variations::Study_Platform_PLATFORM_LINUX,
+ chrome_variations::Study_Platform_PLATFORM_CHROMEOS,
+ chrome_variations::Study_Platform_PLATFORM_ANDROID,
+ chrome_variations::Study_Platform_PLATFORM_IOS,
};
ASSERT_EQ(Study_Platform_Platform_ARRAYSIZE,
static_cast<int>(arraysize(platforms)));
« no previous file with comments | « chrome/browser/metrics/variations_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698