| Index: services/media/framework/models/demand.h
|
| diff --git a/services/media/framework/models/demand.h b/services/media/framework/models/demand.h
|
| index 9487a43fe0e59e5db288d096c19a772950c11f47..eb1c15b6de6a9ce0cacd1e35a05f051e6c57fad9 100644
|
| --- a/services/media/framework/models/demand.h
|
| +++ b/services/media/framework/models/demand.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_MEDIA_MODELS_DEMAND_H_
|
| -#define MOJO_MEDIA_MODELS_DEMAND_H_
|
| +#ifndef SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_
|
| +#define SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_
|
|
|
| namespace mojo {
|
| namespace media {
|
| @@ -25,4 +25,4 @@ enum class Demand {
|
| } // namespace media
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_MEDIA_MODELS_DEMAND_H_
|
| +#endif // SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_
|
|
|