| Index: ui/display/manager/chromeos/apply_content_protection_task.cc
|
| diff --git a/ui/display/chromeos/apply_content_protection_task.cc b/ui/display/manager/chromeos/apply_content_protection_task.cc
|
| similarity index 95%
|
| rename from ui/display/chromeos/apply_content_protection_task.cc
|
| rename to ui/display/manager/chromeos/apply_content_protection_task.cc
|
| index 43214709387b09fcd9321ea466f84cda2d3540e3..eda1907fe47891ca5a6469222d1356cf552d4768 100644
|
| --- a/ui/display/chromeos/apply_content_protection_task.cc
|
| +++ b/ui/display/manager/chromeos/apply_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/apply_content_protection_task.h"
|
| +#include "ui/display/manager/chromeos/apply_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"
|
|
|
| @@ -53,11 +53,9 @@ ApplyContentProtectionTask::ApplyContentProtectionTask(
|
| callback_(callback),
|
| query_status_(true),
|
| pending_requests_(0),
|
| - weak_ptr_factory_(this) {
|
| -}
|
| + weak_ptr_factory_(this) {}
|
|
|
| -ApplyContentProtectionTask::~ApplyContentProtectionTask() {
|
| -}
|
| +ApplyContentProtectionTask::~ApplyContentProtectionTask() {}
|
|
|
| void ApplyContentProtectionTask::Run() {
|
| std::vector<DisplaySnapshot*> hdcp_capable_displays;
|
|
|