Chromium Code Reviews| Index: cloud_print/service/service_switches.cc |
| diff --git a/cloud_print/service/service_switches.cc b/cloud_print/service/service_switches.cc |
| index 9386777af3a82f51a6cd94ab577a88986380225a..ea0b50f88b0bf795092ed10f322e940b99ae8661 100644 |
| --- a/cloud_print/service/service_switches.cc |
| +++ b/cloud_print/service/service_switches.cc |
| @@ -5,10 +5,10 @@ |
| #include "cloud_print/service/service_switches.h" |
| const char kConsoleSwitch[] = "console"; |
| +const char kDeleteSwitch[] = "delete"; |
| const char kInstallSwitch[] = "install"; |
| const char kRequirementsSwitch[] = "requirements"; |
| const char kServiceSwitch[] = "service"; |
| const char kStartSwitch[] = "start"; |
| const char kStopSwitch[] = "stop"; |
| const char kUninstallSwitch[] = "uninstall"; |
|
gene
2013/04/23 01:13:59
why did you remove an empty line here?
Vitaly Buka (NO REVIEWS)
2013/04/23 04:58:51
Done.
|
| - |