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

Unified Diff: chrome/test/webdriver/commands/session_with_id.h

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/session_with_id.h
diff --git a/chrome/test/webdriver/commands/session_with_id.h b/chrome/test/webdriver/commands/session_with_id.h
index 1e120b0d8851a67025fe0ea019c8e2c7a4d6bf9a..1074ad8ab8df901b8ecc056cff92aef187461b9a 100644
--- a/chrome/test/webdriver/commands/session_with_id.h
+++ b/chrome/test/webdriver/commands/session_with_id.h
@@ -25,7 +25,7 @@ class Response;
class SessionWithID : public WebDriverCommand {
public:
SessionWithID(const std::vector<std::string>& path_segments,
- const DictionaryValue* const parameters);
+ DictionaryValue* const parameters);
virtual ~SessionWithID();
virtual bool DoesGet() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698