| Index: ui/display/manager/chromeos/query_content_protection_task.cc
|
| diff --git a/ui/display/chromeos/query_content_protection_task.cc b/ui/display/manager/chromeos/query_content_protection_task.cc
|
| similarity index 92%
|
| rename from ui/display/chromeos/query_content_protection_task.cc
|
| rename to ui/display/manager/chromeos/query_content_protection_task.cc
|
| index c35e5c195c5130bc88b613c021cc1d8d99fc3e20..f26469dd7b87898590a8096edca984cf0c4f0819 100644
|
| --- a/ui/display/chromeos/query_content_protection_task.cc
|
| +++ b/ui/display/manager/chromeos/query_content_protection_task.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/display/chromeos/query_content_protection_task.h"
|
| +#include "ui/display/manager/chromeos/query_content_protection_task.h"
|
|
|
| -#include "ui/display/chromeos/display_layout_manager.h"
|
| +#include "ui/display/manager/chromeos/display_layout_manager.h"
|
| #include "ui/display/types/display_snapshot.h"
|
| #include "ui/display/types/native_display_delegate.h"
|
|
|
| @@ -20,11 +20,9 @@ QueryContentProtectionTask::QueryContentProtectionTask(
|
| display_id_(display_id),
|
| callback_(callback),
|
| pending_requests_(0),
|
| - weak_ptr_factory_(this) {
|
| -}
|
| + weak_ptr_factory_(this) {}
|
|
|
| -QueryContentProtectionTask::~QueryContentProtectionTask() {
|
| -}
|
| +QueryContentProtectionTask::~QueryContentProtectionTask() {}
|
|
|
| void QueryContentProtectionTask::Run() {
|
| std::vector<DisplaySnapshot*> hdcp_capable_displays;
|
|
|