| Index: content/browser/streams/stream_context.cc
|
| diff --git a/content/browser/streams/stream_context.cc b/content/browser/streams/stream_context.cc
|
| index e338396ca335106bc318c8b3b03867e5157ca714..3782205cebd2887116ca9caf8d581714f1780869 100644
|
| --- a/content/browser/streams/stream_context.cc
|
| +++ b/content/browser/streams/stream_context.cc
|
| @@ -12,8 +12,10 @@
|
| using base::UserDataAdapter;
|
|
|
| namespace {
|
| -const char* kStreamContextKeyName = "content_stream_context";
|
| -}
|
| +
|
| +const char kStreamContextKeyName[] = "content_stream_context";
|
| +
|
| +} // namespace
|
|
|
| namespace content {
|
|
|
|
|