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

Unified Diff: src/name.h

Issue 658573004: Updating to new OTS repo from https://github.com/khaledhosny/ots.git (Closed) Base URL: https://chromium.googlesource.com/external/ots@master
Patch Set: Adding Colored Emoji changes from external/git repo Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« .gitmodules ('K') | « src/metrics.cc ('k') | src/name.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/name.h
diff --git a/src/name.h b/src/name.h
old mode 100644
new mode 100755
index 3cb5e2814f8dbb524f9f32e79669f543e6ed24a3..a11965f46223cc7a2388c9c432a447f7cee524b8
--- a/src/name.h
+++ b/src/name.h
@@ -18,12 +18,12 @@ struct NameRecord {
NameRecord() {
}
- NameRecord(uint16_t platform_id, uint16_t encoding_id,
- uint16_t language_id, uint16_t name_id)
- : platform_id(platform_id),
- encoding_id(encoding_id),
- language_id(language_id),
- name_id(name_id) {
+ NameRecord(uint16_t platformID, uint16_t encodingID,
+ uint16_t languageID, uint16_t nameID)
+ : platform_id(platformID),
+ encoding_id(encodingID),
+ language_id(languageID),
+ name_id(nameID) {
}
uint16_t platform_id;
« .gitmodules ('K') | « src/metrics.cc ('k') | src/name.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698