| 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_
 | 
| 
 |