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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 months 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/manager/chromeos/query_content_protection_task.cc b/ui/display/manager/chromeos/query_content_protection_task.cc
index f26469dd7b87898590a8096edca984cf0c4f0819..812f83549d868da0de296a40943755dacfb023ca 100644
--- a/ui/display/manager/chromeos/query_content_protection_task.cc
+++ b/ui/display/manager/chromeos/query_content_protection_task.cc
@@ -8,7 +8,7 @@
#include "ui/display/types/display_snapshot.h"
#include "ui/display/types/native_display_delegate.h"
-namespace ui {
+namespace display {
QueryContentProtectionTask::QueryContentProtectionTask(
DisplayLayoutManager* layout_manager,
@@ -83,4 +83,4 @@ void QueryContentProtectionTask::OnHDCPStateUpdate(bool success,
callback_.Run(response_);
}
-} // namespace ui
+} // namespace display

Powered by Google App Engine
This is Rietveld 408576698