| Index: media/base/media_util.h
|
| diff --git a/media/base/media_util.h b/media/base/media_util.h
|
| index c7ddc8bb1ea2ec61f3f1906f0fb26cd110fd1cdc..0c459018cf2d14f32b74615f4b582c99ccdebc7f 100644
|
| --- a/media/base/media_util.h
|
| +++ b/media/base/media_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 MEDIA_BASE_UTIL_H_
|
| -#define MEDIA_BASE_UTIL_H_
|
| +#ifndef MEDIA_BASE_MEDIA_UTIL_H_
|
| +#define MEDIA_BASE_MEDIA_UTIL_H_
|
|
|
| #include <stdint.h>
|
| #include <vector>
|
| @@ -24,4 +24,4 @@ MEDIA_EXPORT EncryptionScheme AesCtrEncryptionScheme();
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_BASE_UTIL_H_
|
| +#endif // MEDIA_BASE_MEDIA_UTIL_H_
|
|
|