blob: ec1addac6fde7aac597b8a2b691b65ff576ee6ea [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/performance_manager/web_contents_proxy.h"
namespace performance_manager {
WebContentsProxy::WebContentsProxy() = default;
WebContentsProxy::~WebContentsProxy() = default;
} // namespace performance_manager