| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 65e4dee5c92e1ef6efd6d3cb4bad54b11099b5b9..35fd4db48fd19a9a4893bba9282264e227696713 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -24,7 +24,7 @@ namespace {
|
| // Signifies a locally constructed resource, i.e. not from grit/.
|
| const int kLocalResource = -1;
|
|
|
| -const char* kTranslatedStringsFilename = "translated-strings.js";
|
| +const char kTranslatedStringsFilename[] = "translated-strings.js";
|
|
|
| const struct Resource{
|
| const char* filename;
|
|
|