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