// Copyright 2019 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/services/app_service/public/cpp/file_handler_info.h" namespace apps { namespace file_handler_verbs { const char kOpenWith[] = …; const char kAddTo[] = …; const char kPackWith[] = …; const char kShareWith[] = …; } // namespace file_handler_verbs FileHandlerInfo::FileHandlerInfo() : … { … } FileHandlerInfo::FileHandlerInfo(const FileHandlerInfo& other) = default; FileHandlerInfo::~FileHandlerInfo() { … } } // namespace apps