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

Unified Diff: chrome/browser/media/output_protection_proxy.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: chrome/browser/media/output_protection_proxy.cc
diff --git a/chrome/browser/media/output_protection_proxy.cc b/chrome/browser/media/output_protection_proxy.cc
index d4416a71cc1e2c7723150d0822293f90821f8d6c..f213a7052106159a14d82bfbe463d0b8286dac6b 100644
--- a/chrome/browser/media/output_protection_proxy.cc
+++ b/chrome/browser/media/output_protection_proxy.cc
@@ -79,7 +79,7 @@ void OutputProtectionProxy::ProcessQueryStatusResult(
->IsInsecureCapturingInProgress(render_process_id_,
render_frame_id_);
if (is_insecure_capture_detected)
- new_link_mask |= ui::DISPLAY_CONNECTION_TYPE_NETWORK;
+ new_link_mask |= display::DISPLAY_CONNECTION_TYPE_NETWORK;
}
callback.Run(success, new_link_mask, protection_mask);

Powered by Google App Engine
This is Rietveld 408576698