chore: cleanup usages of const char* (#29906)

This commit is contained in:
David Sanders
2021-07-01 17:51:52 -07:00
committed by GitHub
parent f6531166ae
commit 95a9ff952c
8 changed files with 18 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ namespace gin_helper {
namespace {
const char* kTrackedObjectKey = "TrackedObjectKey";
const char kTrackedObjectKey[] = "TrackedObjectKey";
class IDUserData : public base::SupportsUserData::Data {
public: