| Index: third_party/libaddressinput/chromium/chrome_storage_impl.h
|
| diff --git a/third_party/libaddressinput/chromium/chrome_storage_impl.h b/third_party/libaddressinput/chromium/chrome_storage_impl.h
|
| index 98c21e1f9cd682b8992d550f72b3444db9a094ff..5ee657b139c96000c994679558875f71f8374420 100644
|
| --- a/third_party/libaddressinput/chromium/chrome_storage_impl.h
|
| +++ b/third_party/libaddressinput/chromium/chrome_storage_impl.h
|
| @@ -28,7 +28,8 @@ class ChromeStorageImpl : public ::i18n::addressinput::Storage,
|
| virtual ~ChromeStorageImpl();
|
|
|
| // ::i18n::addressinput::Storage implementation.
|
| - virtual void Put(const std::string& key, const std::string& data) OVERRIDE;
|
| + virtual void Put(const std::string& key, scoped_ptr<std::string> data)
|
| + OVERRIDE;
|
| virtual void Get(const std::string& key, scoped_ptr<Callback> data_ready)
|
| const OVERRIDE;
|
|
|
|
|