| Index: examples/surfaces_app/surfaces_util.h
|
| diff --git a/mojo/examples/surfaces_app/surfaces_util.h b/examples/surfaces_app/surfaces_util.h
|
| similarity index 77%
|
| rename from mojo/examples/surfaces_app/surfaces_util.h
|
| rename to examples/surfaces_app/surfaces_util.h
|
| index 31092587c81d74795e72e328e5306ab996ff56f2..81e985bd0a9ed6b3801545f7942eec18f9fee128 100644
|
| --- a/mojo/examples/surfaces_app/surfaces_util.h
|
| +++ b/examples/surfaces_app/surfaces_util.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 MOJO_EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
| -#define MOJO_EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
| +#ifndef EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
| +#define EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
|
|
| namespace cc {
|
| class RenderPass;
|
| @@ -24,4 +24,4 @@ void CreateAndAppendSimpleSharedQuadState(cc::RenderPass* render_pass,
|
| } // namespace mojo
|
| } // namespace examples
|
|
|
| -#endif // MOJO_EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
| +#endif // EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
|
|
|