| Index: media/base/localized_strings.h
|
| diff --git a/media/base/media_resources.h b/media/base/localized_strings.h
|
| similarity index 93%
|
| rename from media/base/media_resources.h
|
| rename to media/base/localized_strings.h
|
| index 574b96baa7371401bc850f879ee1b7f50ce322f8..0678f9b201a791669333ea6e2fc097a2540a2664 100644
|
| --- a/media/base/media_resources.h
|
| +++ b/media/base/localized_strings.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_MEDIA_RESOURCES_H_
|
| -#define MEDIA_BASE_MEDIA_RESOURCES_H_
|
| +#ifndef MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
|
| +#define MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
|
|
|
| #include <string>
|
|
|
| @@ -55,4 +55,4 @@ base::string16 GetLocalizedStringUTF16(MessageId message_id);
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_BASE_MEDIA_RESOURCES_H_
|
| +#endif // MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
|
|
|