| Index: chrome/test/webdriver/commands/appcache_status_command.h
|
| diff --git a/chrome/test/webdriver/commands/appcache_status_command.h b/chrome/test/webdriver/commands/appcache_status_command.h
|
| index 543f050edfdd6c4d44739383dd58fa4d4d769e14..1a6b574583a9d1f8c394ad67805830724d3cb105 100644
|
| --- a/chrome/test/webdriver/commands/appcache_status_command.h
|
| +++ b/chrome/test/webdriver/commands/appcache_status_command.h
|
| @@ -21,7 +21,7 @@ class Response;
|
| class AppCacheStatusCommand : public WebDriverCommand {
|
| public:
|
| AppCacheStatusCommand(const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters);
|
| + base::DictionaryValue* const parameters);
|
| virtual ~AppCacheStatusCommand();
|
|
|
| virtual bool DoesGet() OVERRIDE;
|
|
|