Index: extensions/browser/test_runtime_api_delegate.cc |
diff --git a/extensions/browser/test_runtime_api_delegate.cc b/extensions/browser/test_runtime_api_delegate.cc |
index 9394050dbcf16a08f4fc1af2f45eead67cd7653c..3051bec1a45107a1513f21c9dd3aceed24a3c31a 100644 |
--- a/extensions/browser/test_runtime_api_delegate.cc |
+++ b/extensions/browser/test_runtime_api_delegate.cc |
@@ -42,7 +42,7 @@ void TestRuntimeAPIDelegate::OpenURL(const GURL& uninstall_url) { |
bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { |
// TODO(rockot): This probably isn't right. Maybe this delegate should just |
// support manual PlatformInfo override for tests if necessary. |
- info->os = PlatformInfo::OS_CROS_; |
+ info->os = core_api::runtime::PLATFORM_INFO_OS_CROS; |
return true; |
} |