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

Unified Diff: ui/display/manager/chromeos/apply_content_protection_task.h

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
« no previous file with comments | « ui/display/manager/DEPS ('k') | ui/display/manager/chromeos/apply_content_protection_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/chromeos/apply_content_protection_task.h
diff --git a/ui/display/chromeos/apply_content_protection_task.h b/ui/display/manager/chromeos/apply_content_protection_task.h
similarity index 88%
rename from ui/display/chromeos/apply_content_protection_task.h
rename to ui/display/manager/chromeos/apply_content_protection_task.h
index 9d3df157b39f65631f8e0553c09ef76960bd1dff..a5336288c91ba6000f563834c092cd630aa7854c 100644
--- a/ui/display/chromeos/apply_content_protection_task.h
+++ b/ui/display/manager/chromeos/apply_content_protection_task.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
-#define UI_DISPLAY_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
#include <stddef.h>
#include <stdint.h>
@@ -13,7 +13,7 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "ui/display/chromeos/display_configurator.h"
+#include "ui/display/manager/chromeos/display_configurator.h"
namespace ui {
@@ -33,7 +33,7 @@ class NativeDisplayDelegate;
//
// Note, in steps 1a and 2a, if no HDCP capable displays are found or if errors
// are reported, the task finishes early and skips to step 3.
-class DISPLAY_EXPORT ApplyContentProtectionTask {
+class DISPLAY_MANAGER_EXPORT ApplyContentProtectionTask {
public:
typedef base::Callback<void(bool)> ResponseCallback;
@@ -85,4 +85,4 @@ class DISPLAY_EXPORT ApplyContentProtectionTask {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
« no previous file with comments | « ui/display/manager/DEPS ('k') | ui/display/manager/chromeos/apply_content_protection_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698