Chromium Code Reviews| Index: chrome/browser/page_state.cc |
| =================================================================== |
| --- chrome/browser/page_state.cc (revision 10992) |
| +++ chrome/browser/page_state.cc (working copy) |
| @@ -62,7 +62,8 @@ |
| state_->Set(key, new StringValue(value)); |
| } |
| -bool PageState::GetProperty(const std::wstring& key, std::wstring* value) const { |
| +bool PageState::GetProperty(const std::wstring& key, |
| + std::wstring* value) const { |
| if (state_->HasKey(key)) { |
| Value* v; |
| state_->Get(key, &v); |