summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/response.h')
-rw-r--r--chrome/test/webdriver/commands/response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/response.h b/chrome/test/webdriver/commands/response.h
index 0d25c48..9c44e60 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.