Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: chrome/test/webdriver/commands/screenshot_command.cc

Issue 10834004: Correct const accessors in base/values.(h|cc) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: One more, Windows-only Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/webdriver/commands/screenshot_command.cc
diff --git a/chrome/test/webdriver/commands/screenshot_command.cc b/chrome/test/webdriver/commands/screenshot_command.cc
index 2ae4dea7062dde73b9bc0001978c28851af81a88..0446becd6a973cf69199c7f224875ee6cf7f0d6b 100644
--- a/chrome/test/webdriver/commands/screenshot_command.cc
+++ b/chrome/test/webdriver/commands/screenshot_command.cc
@@ -16,7 +16,7 @@
namespace webdriver {
ScreenshotCommand::ScreenshotCommand(const std::vector<std::string>& ps,
- const DictionaryValue* const parameters)
+ DictionaryValue* const parameters)
: WebDriverCommand(ps, parameters) {}
ScreenshotCommand::~ScreenshotCommand() {}

Powered by Google App Engine
This is Rietveld 408576698