| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index de27bc8991e0205a642ff4781e0b17a9b604add9..d4bb8092d9be4d2c747dd5147e21e9c154a3c696 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -66,7 +66,7 @@ class StoragePartitionImpl : public StoragePartition,
|
|
|
| // StoragePartitionService interface.
|
| void OpenLocalStorage(
|
| - const mojo::String& origin,
|
| + const url::Origin& origin,
|
| mojo::InterfaceRequest<LevelDBWrapper> request) override;
|
|
|
| void ClearDataForOrigin(uint32_t remove_mask,
|
|
|