| Index: blimp/common/switches.cc
|
| diff --git a/blimp/engine/app/switches.cc b/blimp/common/switches.cc
|
| similarity index 90%
|
| rename from blimp/engine/app/switches.cc
|
| rename to blimp/common/switches.cc
|
| index d993d91685da2549d268ed236252cff7467c6a0f..bf21267ba74f336e169e57b0c8e13444f8306a6b 100644
|
| --- a/blimp/engine/app/switches.cc
|
| +++ b/blimp/common/switches.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "blimp/engine/app/switches.h"
|
| +#include "blimp/common/switches.h"
|
|
|
| namespace blimp {
|
| namespace engine {
|
|
|