| Index: chrome/test/webdriver/commands/response.h
|
| diff --git a/chrome/test/webdriver/commands/response.h b/chrome/test/webdriver/commands/response.h
|
| index 0d25c48bce1cc5aeaeb76a1b58df2476a05fc284..9c44e6076a5c71b2122383cda50f17b0216f2270 100644
|
| --- a/chrome/test/webdriver/commands/response.h
|
| +++ b/chrome/test/webdriver/commands/response.h
|
| @@ -28,7 +28,7 @@ class Response {
|
| void SetStatus(ErrorCode status);
|
|
|
| // Ownership of the returned pointer is kept by this object.
|
| - Value* GetValue() const;
|
| + const Value* GetValue() const;
|
|
|
| // Sets the |value| of this response, assuming ownership of the object in the
|
| // process.
|
|
|