Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Side by Side Diff: media/base/fake_media_localization_resources.h

Issue 2656523002: Rename media_resources -> localized_strings (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/fake_media_localization_resources.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_MEDIA_LOCALIZATION_RESOURCES_H_
6 #define MEDIA_BASE_FAKE_MEDIA_RESOURCES_H_ 6 #define MEDIA_BASE_FAKE_MEDIA_LOCALIZATION_RESOURCES_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 SetUpFakeMediaResources();
tguilbert 2017/01/24 02:17:10 NIT: Is SetUpFakeMediaLocalizationResources() over
12 12
13 } // namespace media 13 } // namespace media
14 14
15 #endif // MEDIA_BASE_FAKE_MEDIA_RESOURCES_H_ 15 #endif // MEDIA_BASE_FAKE_MEDIA_LOCALIZATION_RESOURCES_H_
OLDNEW
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/fake_media_localization_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698