| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef MEDIA_BASE_FAKE_MEDIA_RESOURCES_H_ | 5 #ifndef MEDIA_BASE_FAKE_LOCALIZED_STRINGS_H_ |
| 6 #define MEDIA_BASE_FAKE_MEDIA_RESOURCES_H_ | 6 #define MEDIA_BASE_FAKE_LOCALIZED_STRINGS_H_ |
| 7 | 7 |
| 8 namespace media { | 8 namespace media { |
| 9 | 9 |
| 10 // Call if tests require non-empty resource strings. | 10 // Call if tests require non-empty resource strings. |
| 11 void SetUpFakeMediaResources(); | 11 void SetUpFakeLocalizedStrings(); |
| 12 | 12 |
| 13 } // namespace media | 13 } // namespace media |
| 14 | 14 |
| 15 #endif // MEDIA_BASE_FAKE_MEDIA_RESOURCES_H_ | 15 #endif // MEDIA_BASE_FAKE_LOCALIZED_STRINGS_H_ |
| OLD | NEW |