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

Unified Diff: chrome/test/webdriver/commands/browser_connection_commands.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/browser_connection_commands.h
diff --git a/chrome/test/webdriver/commands/browser_connection_commands.h b/chrome/test/webdriver/commands/browser_connection_commands.h
index 00ebfec2933ff07138a7378ec0d6958b93c534eb..0f7e4a95e3eada28a7957b65d74d1827f460fee2 100644
--- a/chrome/test/webdriver/commands/browser_connection_commands.h
+++ b/chrome/test/webdriver/commands/browser_connection_commands.h
@@ -24,7 +24,7 @@ class Response;
class BrowserConnectionCommand : public WebDriverCommand {
public:
BrowserConnectionCommand(const std::vector<std::string>& path_segments,
- const base::DictionaryValue* const parameters);
+ base::DictionaryValue* const parameters);
virtual ~BrowserConnectionCommand();
virtual bool DoesGet() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698