| Index: services/sky/runtime_flags.h
|
| diff --git a/sky/viewer/runtime_flags.h b/services/sky/runtime_flags.h
|
| similarity index 79%
|
| rename from sky/viewer/runtime_flags.h
|
| rename to services/sky/runtime_flags.h
|
| index 55a5f3d6333e9ba8796ff2d41094dee11e319473..a16d32573ae4e72249b617b9e92a47e87a222450 100644
|
| --- a/sky/viewer/runtime_flags.h
|
| +++ b/services/sky/runtime_flags.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 SKY_VIEWER_RUNTIME_FLAGS_H_
|
| -#define SKY_VIEWER_RUNTIME_FLAGS_H_
|
| +#ifndef SERVICES_SKY_RUNTIME_FLAGS_H_
|
| +#define SERVICES_SKY_RUNTIME_FLAGS_H_
|
|
|
| namespace mojo {
|
| class ApplicationImpl;
|
| @@ -24,4 +24,4 @@ class RuntimeFlags {
|
|
|
| } // namespace sky
|
|
|
| -#endif // SKY_VIEWER_RUNTIME_FLAGS_H_
|
| +#endif // SERVICES_SKY_RUNTIME_FLAGS_H_
|
|
|