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

Unified Diff: ui/display/manager/chromeos/query_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/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;

Powered by Google App Engine
This is Rietveld 408576698