| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Defines all the command-line switches used by //blimp. | 5 // Defines all the command-line switches used by //blimp. |
| 6 | 6 |
| 7 #ifndef BLIMP_CLIENT_BLIMP_CLIENT_SWITCHES_H_ | 7 #ifndef BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_ |
| 8 #define BLIMP_CLIENT_BLIMP_CLIENT_SWITCHES_H_ | 8 #define BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_ |
| 9 | 9 |
| 10 namespace blimp { | 10 namespace blimp { |
| 11 namespace switches { | 11 namespace switches { |
| 12 | 12 |
| 13 extern const char kBlimpletHost[]; | 13 extern const char kBlimpletHost[]; |
| 14 extern const char kBlimpletTCPPort[]; | 14 extern const char kBlimpletTCPPort[]; |
| 15 | 15 |
| 16 } // namespace switches | 16 } // namespace switches |
| 17 } // namespace blimp | 17 } // namespace blimp |
| 18 | 18 |
| 19 #endif // BLIMP_CLIENT_BLIMP_CLIENT_SWITCHES_H_ | 19 #endif // BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_ |
| OLD | NEW |