| Index: chrome/test/webdriver/commands/response.cc
|
| diff --git a/chrome/test/webdriver/commands/response.cc b/chrome/test/webdriver/commands/response.cc
|
| index 07c6e2473c1596ad0a5dda1e6e6aec22d4c9c80a..5dcabeccc64878557f7daf096b6057bd48d25384 100644
|
| --- a/chrome/test/webdriver/commands/response.cc
|
| +++ b/chrome/test/webdriver/commands/response.cc
|
| @@ -43,7 +43,7 @@ void Response::SetStatus(ErrorCode status) {
|
| }
|
|
|
| const Value* Response::GetValue() const {
|
| - Value* out = NULL;
|
| + const Value* out = NULL;
|
| data_.Get(kValueKey, &out);
|
| return out;
|
| }
|
|
|