| // Copyright 2016 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "components/ntp_snippets/ntp_snippets_constants.h" | |
| namespace ntp_snippets { | |
| const char kStudyName[] = "NTPSnippets"; | |
| const base::FilePath::CharType kDatabaseFolder[] = | |
| FILE_PATH_LITERAL("NTPSnippets"); | |
| } // namespace ntp_snippets |