// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/new_tab_page/foo/foo_handler.h" #include "base/strings/string_number_conversions.h" FooHandler::FooHandler(mojo::PendingReceiver<foo::mojom::FooHandler> handler) : … { … } FooHandler::~FooHandler() = default; void FooHandler::GetData(GetDataCallback callback) { … }