Index: extensions/browser/api/runtime/runtime_api_delegate.h |
diff --git a/extensions/browser/api/runtime/runtime_api_delegate.h b/extensions/browser/api/runtime/runtime_api_delegate.h |
index a704c2fae9a2c585e53012aa4589b85b29bf7b60..21e9a6e271c92ac7ff601d66be9af8fef3bee8bc 100644 |
--- a/extensions/browser/api/runtime/runtime_api_delegate.h |
+++ b/extensions/browser/api/runtime/runtime_api_delegate.h |
@@ -12,7 +12,7 @@ class GURL; |
namespace extensions { |
-namespace core_api { |
+namespace api { |
namespace runtime { |
struct PlatformInfo; |
} |
@@ -65,7 +65,7 @@ class RuntimeAPIDelegate { |
// Populates platform info to be provided by the getPlatformInfo function. |
// Returns false iff no info is provided. |
- virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) = 0; |
+ virtual bool GetPlatformInfo(api::runtime::PlatformInfo* info) = 0; |
// Request a restart of the host device. Returns false iff the device |
// will not be restarted. |