Chromium Code Reviews| Index: blimp/common/switches.h |
| diff --git a/blimp/engine/app/switches.h b/blimp/common/switches.h |
| similarity index 80% |
| rename from blimp/engine/app/switches.h |
| rename to blimp/common/switches.h |
| index 6e25d738e1ee6a102a8127fae73b1a2085d36cb1..620c00c1e5062a3f552c5f8b2eaba09c6408c77a 100644 |
| --- a/blimp/engine/app/switches.h |
| +++ b/blimp/common/switches.h |
| @@ -2,8 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef BLIMP_ENGINE_APP_SWITCHES_H_ |
| -#define BLIMP_ENGINE_APP_SWITCHES_H_ |
| +#ifndef BLIMP_COMMON_SWITCHES_H_ |
| +#define BLIMP_COMMON_SWITCHES_H_ |
| namespace blimp { |
| namespace engine { |
|
Kevin M
2016/05/11 00:39:57
The "engine" namespace doesn't belong here.
CJ
2016/05/11 23:48:49
Done.
|
| @@ -17,4 +17,4 @@ extern const char kEnginePort[]; |
| } // namespace engine |
| } // namespace blimp |
| -#endif // BLIMP_ENGINE_APP_SWITCHES_H_ |
| +#endif // BLIMP_COMMON_SWITCHES_H_ |