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

Unified Diff: ui/display/chromeos/native_display_delegate.h

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include display.gyp into ChromeOS builds only Created 6 years, 9 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
« no previous file with comments | « ui/display/OWNERS ('k') | ui/display/chromeos/native_display_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/native_display_delegate.h
diff --git a/chromeos/display/native_display_delegate.h b/ui/display/chromeos/native_display_delegate.h
similarity index 88%
rename from chromeos/display/native_display_delegate.h
rename to ui/display/chromeos/native_display_delegate.h
index c59505633f910d0b5697fb39774e7af70f23ac87..c5d07123c4149c072d0ea48fbc6fcd2f2687145b 100644
--- a/chromeos/display/native_display_delegate.h
+++ b/ui/display/chromeos/native_display_delegate.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMEOS_DISPLAY_NATIVE_DISPLAY_DELEGATE_H_
-#define CHROMEOS_DISPLAY_NATIVE_DISPLAY_DELEGATE_H_
+#ifndef UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
+#define UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
-#include "chromeos/display/output_configurator.h"
+#include "ui/display/chromeos/output_configurator.h"
#include "ui/display/display_constants.h"
-namespace chromeos {
+namespace ui {
class NativeDisplayObserver;
@@ -66,17 +66,17 @@ class NativeDisplayDelegate {
// Gets HDCP state of output.
virtual bool GetHDCPState(const OutputConfigurator::OutputSnapshot& output,
- ui::HDCPState* state) = 0;
+ HDCPState* state) = 0;
// Sets HDCP state of output.
virtual bool SetHDCPState(const OutputConfigurator::OutputSnapshot& output,
- ui::HDCPState state) = 0;
+ HDCPState state) = 0;
virtual void AddObserver(NativeDisplayObserver* observer) = 0;
virtual void RemoveObserver(NativeDisplayObserver* observer) = 0;
};
-} // namespace chromeos
+} // namespace ui
-#endif // CHROMEOS_DISPLAY_NATIVE_DISPLAY_DELEGATE_H_
+#endif // UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
« no previous file with comments | « ui/display/OWNERS ('k') | ui/display/chromeos/native_display_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698