| Index: chrome/common/extensions/api/storage/storage_schema_manifest_handler.h
|
| diff --git a/chrome/common/extensions/api/storage/storage_schema_manifest_handler.h b/chrome/common/extensions/api/storage/storage_schema_manifest_handler.h
|
| index c988362d2960fb0330baa1979bf118b2cdad538f..d2406d615c4d624a928551ed10f62242ce138911 100644
|
| --- a/chrome/common/extensions/api/storage/storage_schema_manifest_handler.h
|
| +++ b/chrome/common/extensions/api/storage/storage_schema_manifest_handler.h
|
| @@ -9,7 +9,7 @@
|
| #include "chrome/common/extensions/manifest_handler.h"
|
|
|
| namespace policy {
|
| -class PolicySchema;
|
| +class SchemaOwner;
|
| }
|
|
|
| namespace extensions {
|
| @@ -24,8 +24,8 @@ class StorageSchemaManifestHandler : public ManifestHandler {
|
| // If the schema is invalid then NULL is returned, and the failure reason
|
| // is stored in |error|.
|
| // This function does file I/O and must be called on a thread that allows I/O.
|
| - static scoped_ptr<policy::PolicySchema> GetSchema(const Extension* extension,
|
| - std::string* error);
|
| + static scoped_ptr<policy::SchemaOwner> GetSchema(const Extension* extension,
|
| + std::string* error);
|
|
|
| private:
|
| // ManifestHandler implementation:
|
|
|