summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/response.cc')
-rw-r--r--chrome/test/webdriver/commands/response.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/response.cc b/chrome/test/webdriver/commands/response.cc
index 07c6e24..5dcabec 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;
}