2019-07-24 23:01:08 +00:00
|
|
|
// Copyright 2014 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.
|
|
|
|
|
2020-02-03 22:01:10 +00:00
|
|
|
#include "shell/browser/extensions/electron_display_info_provider.h"
|
2019-07-24 23:01:08 +00:00
|
|
|
|
|
|
|
namespace extensions {
|
|
|
|
|
2020-02-03 22:01:10 +00:00
|
|
|
ElectronDisplayInfoProvider::ElectronDisplayInfoProvider() = default;
|
2019-07-24 23:01:08 +00:00
|
|
|
|
|
|
|
} // namespace extensions
|