| Index: services/sky/internals.h
|
| diff --git a/sky/viewer/internals.h b/services/sky/internals.h
|
| similarity index 92%
|
| rename from sky/viewer/internals.h
|
| rename to services/sky/internals.h
|
| index dc1a61de2f603af7f3ddda95886fa7058b75e5e1..9fb787d70127237a1e7a62df403945e2de76af56 100644
|
| --- a/sky/viewer/internals.h
|
| +++ b/services/sky/internals.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_INTERNALS_H_
|
| -#define SKY_VIEWER_INTERNALS_H_
|
| +#ifndef SERVICES_SKY_INTERNALS_H_
|
| +#define SERVICES_SKY_INTERNALS_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/supports_user_data.h"
|
| @@ -47,4 +47,4 @@ class Internals : public base::SupportsUserData::Data,
|
|
|
| } // namespace sky
|
|
|
| -#endif // SKY_VIEWER_INTERNALS_H_
|
| +#endif // SERVICES_SKY_INTERNALS_H_
|
|
|