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