chromium/components/webdata/common/webdata_constants.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/webdata/common/webdata_constants.h"

#include "build/build_config.h"

const base::FilePath::CharType kWebDataFilename[] =);

#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)
const base::FilePath::CharType kAccountWebDataFilename[] =
    FILE_PATH_LITERAL("Account Web Data");
#endif  // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)