chromium/ui/touch_selection/touch_selection_menu_runner.cc

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

#include "ui/touch_selection/touch_selection_menu_runner.h"

#include "base/check_op.h"

namespace ui {
namespace {

TouchSelectionMenuRunner* g_touch_selection_menu_runner =;

}  // namespace

TouchSelectionMenuClient::TouchSelectionMenuClient() = default;

TouchSelectionMenuClient::~TouchSelectionMenuClient() = default;

base::WeakPtr<TouchSelectionMenuClient> TouchSelectionMenuClient::GetWeakPtr() {}

TouchSelectionMenuRunner::~TouchSelectionMenuRunner() {}

TouchSelectionMenuRunner* TouchSelectionMenuRunner::GetInstance() {}

TouchSelectionMenuRunner::TouchSelectionMenuRunner() {}

}  // namespace ui