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

Unified Diff: chrome/browser/chromeos/display/output_protection_delegate.h

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/chromeos/display/output_protection_delegate.h
diff --git a/chrome/browser/chromeos/display/output_protection_delegate.h b/chrome/browser/chromeos/display/output_protection_delegate.h
index 57b259a0db63c3cd4f5f7a805cc3e7ccccd4e689..2300c8fa538a57b8937b5b6fcf7c9314a875fc60 100644
--- a/chrome/browser/chromeos/display/output_protection_delegate.h
+++ b/chrome/browser/chromeos/display/output_protection_delegate.h
@@ -37,11 +37,11 @@ class OutputProtectionDelegate : public aura::WindowObserver {
const EnableProtectionCallback& callback);
private:
- ui::DisplayConfigurator::ContentProtectionClientId GetClientId();
+ display::DisplayConfigurator::ContentProtectionClientId GetClientId();
void QueryStatusComplete(
const QueryStatusCallback& callback,
- const ui::DisplayConfigurator::QueryProtectionResponse& response);
+ const display::DisplayConfigurator::QueryProtectionResponse& response);
void EnableProtectionComplete(const EnableProtectionCallback& callback,
bool success);
@@ -52,7 +52,7 @@ class OutputProtectionDelegate : public aura::WindowObserver {
// Native window being observed.
aura::Window* window_;
- ui::DisplayConfigurator::ContentProtectionClientId client_id_;
+ display::DisplayConfigurator::ContentProtectionClientId client_id_;
// The display id which the renderer currently uses.
int64_t display_id_;

Powered by Google App Engine
This is Rietveld 408576698