| Index: sky/tools/packager/switches.cc
|
| diff --git a/sky/tools/packager/switches.cc b/sky/tools/packager/switches.cc
|
| index cf867e228d61b8ce1a6465485f17b8dbfce02715..664055f545623b147842464f8a6f74b25b77bb0d 100644
|
| --- a/sky/tools/packager/switches.cc
|
| +++ b/sky/tools/packager/switches.cc
|
| @@ -4,5 +4,10 @@
|
|
|
| #include "sky/tools/packager/switches.h"
|
|
|
| +namespace switches {
|
| +
|
| +const char kHelp[] = "help";
|
| const char kPackageRoot[] = "package-root";
|
| const char kSnapshot[] = "snapshot";
|
| +
|
| +} // namespace switches
|
|
|