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

Unified Diff: ui/display/manager/chromeos/query_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
Index: ui/display/manager/chromeos/query_content_protection_task.h
diff --git a/ui/display/chromeos/query_content_protection_task.h b/ui/display/manager/chromeos/query_content_protection_task.h
similarity index 83%
rename from ui/display/chromeos/query_content_protection_task.h
rename to ui/display/manager/chromeos/query_content_protection_task.h
index 525d857945563e9f21fa7a83742bfd59e745e3d0..0d4b0b17f5331104f2eb017de0ba9ae8c105475c 100644
--- a/ui/display/chromeos/query_content_protection_task.h
+++ b/ui/display/manager/chromeos/query_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_QUERY_CONTENT_PROTECTION_TASK_H_
-#define UI_DISPLAY_CHROMEOS_QUERY_CONTENT_PROTECTION_TASK_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_QUERY_CONTENT_PROTECTION_TASK_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_QUERY_CONTENT_PROTECTION_TASK_H_
#include <stddef.h>
#include <stdint.h>
@@ -11,7 +11,7 @@
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "ui/display/display_export.h"
+#include "ui/display/manager/display_manager_export.h"
#include "ui/display/types/display_constants.h"
namespace ui {
@@ -19,7 +19,7 @@ namespace ui {
class DisplayLayoutManager;
class NativeDisplayDelegate;
-class DISPLAY_EXPORT QueryContentProtectionTask {
+class DISPLAY_MANAGER_EXPORT QueryContentProtectionTask {
public:
struct Response {
bool success = false;
@@ -65,4 +65,4 @@ class DISPLAY_EXPORT QueryContentProtectionTask {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_QUERY_CONTENT_PROTECTION_TASK_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_QUERY_CONTENT_PROTECTION_TASK_H_
« no previous file with comments | « ui/display/manager/chromeos/display_util.cc ('k') | ui/display/manager/chromeos/query_content_protection_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698