Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: ui/display/manager/chromeos/apply_content_protection_task.cc

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698