| Index: services/media/framework/util/callback_joiner.h
|
| diff --git a/services/media/framework/util/callback_joiner.h b/services/media/framework/util/callback_joiner.h
|
| index 35fb35329a09b4bab67c8da9f54f30f07c9fae21..f00978f3f7a41f78159c136f98d797dfe44deb1b 100644
|
| --- a/services/media/framework/util/callback_joiner.h
|
| +++ b/services/media/framework/util/callback_joiner.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_SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
| -#define MOJO_SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
| +#ifndef SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
| +#define SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -122,4 +122,4 @@ class CallbackJoiner : public std::enable_shared_from_this<CallbackJoiner> {
|
| } // namespace media
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
| +#endif // SERVICES_MEDIA_FRAMEWORK_UTIL_CALLBACK_JOINER_H_
|
|
|