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

Unified Diff: tools/ipc_fuzzer/message_lib/message_names.h

Issue 2241413003: Roll clang 277962:278861 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix Created 4 years, 4 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
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_file_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_lib/message_names.h
diff --git a/tools/ipc_fuzzer/message_lib/message_names.h b/tools/ipc_fuzzer/message_lib/message_names.h
index 8b412d0081b64e33cfa92ce8f92d4df65da62783..6c45ef3a0b5d8092989a54e119c5950b8c86b5e7 100644
--- a/tools/ipc_fuzzer/message_lib/message_names.h
+++ b/tools/ipc_fuzzer/message_lib/message_names.h
@@ -20,7 +20,7 @@ class MessageNames {
~MessageNames();
static MessageNames* GetInstance();
- void Add(uint32_t type, const std::string& name) {
+ void Add(uint32_t type, const char* name) {
name_map_[type] = name;
type_map_[name] = type;
}
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_file_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698