| Index: components/ntp_snippets/ntp_snippets_constants.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_constants.cc b/components/ntp_snippets/ntp_snippets_constants.cc
|
| index e945ca56b023dfebd98cfdba0af83c127841f80c..902d89d7d223063865fddbfb9bdcab1d14c5867a 100644
|
| --- a/components/ntp_snippets/ntp_snippets_constants.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_constants.cc
|
| @@ -8,4 +8,7 @@ namespace ntp_snippets {
|
|
|
| const char kStudyName[] = "NTPSnippets";
|
|
|
| +const base::FilePath::CharType kDatabaseFolder[] =
|
| + FILE_PATH_LITERAL("NTPSnippets");
|
| +
|
| } // namespace ntp_snippets
|
|
|