Chromium Code Reviews| Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h |
| diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h |
| index 95ff3cabee0a5a6198b75425b100b70f88d278d8..8e5afd4f20099c05ea9ff04bd03aa1282fd82359 100644 |
| --- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h |
| +++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h |
| @@ -51,7 +51,7 @@ class Storage { |
| // Retrieves the data for |key| and invokes the |data_ready| callback. |
| virtual void Get(const std::string& key, |
| - scoped_ptr<Callback> data_ready) const = 0; |
|
Evan Stade
2014/01/27 23:11:15
I'd rather you didn't make this change --- this is
Dan Beam
2014/01/28 02:22:36
Done.
|
| + scoped_ptr<Callback> data_ready) = 0; |
| }; |
| } // namespace addressinput |