pref_names.cc 378 B

12345678910111213
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/consent_auditor/pref_names.h"
  5. namespace consent_auditor {
  6. namespace prefs {
  7. const char kLocalConsentsDictionary[] = "local_consents";
  8. } // namespace prefs
  9. } // namespace consent_auditor