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 900ef8559bb3f7f0f024d7d18e76a082676a7a94..d9624b5839d79cb94fb6296177b013b58527694b 100644 |
--- a/extensions/browser/test_runtime_api_delegate.cc |
+++ b/extensions/browser/test_runtime_api_delegate.cc |
@@ -8,7 +8,7 @@ |
namespace extensions { |
-using core_api::runtime::PlatformInfo; |
+using api::runtime::PlatformInfo; |
TestRuntimeAPIDelegate::TestRuntimeAPIDelegate() { |
} |
@@ -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 = core_api::runtime::PLATFORM_OS_CROS; |
+ info->os = api::runtime::PLATFORM_OS_CROS; |
return true; |
} |