| 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..900ef8559bb3f7f0f024d7d18e76a082676a7a94 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_OS_CROS;
|
| return true;
|
| }
|
|
|
|
|