| Index: chrome/test/webdriver/commands/appcache_status_command.cc
|
| diff --git a/chrome/test/webdriver/commands/appcache_status_command.cc b/chrome/test/webdriver/commands/appcache_status_command.cc
|
| index 7482ea394dcef0eda8ef4d4f5be3416d137191ee..be8d0c198392ee29b30774b16736582823b964ce 100644
|
| --- a/chrome/test/webdriver/commands/appcache_status_command.cc
|
| +++ b/chrome/test/webdriver/commands/appcache_status_command.cc
|
| @@ -14,7 +14,7 @@ namespace webdriver {
|
|
|
| AppCacheStatusCommand::AppCacheStatusCommand(
|
| const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters)
|
| + DictionaryValue* const parameters)
|
| : WebDriverCommand(path_segments, parameters) {}
|
|
|
| AppCacheStatusCommand::~AppCacheStatusCommand() {}
|
|
|