| Index: ui/display/manager/chromeos/query_content_protection_task_unittest.cc
 | 
| diff --git a/ui/display/chromeos/query_content_protection_task_unittest.cc b/ui/display/manager/chromeos/query_content_protection_task_unittest.cc
 | 
| similarity index 95%
 | 
| rename from ui/display/chromeos/query_content_protection_task_unittest.cc
 | 
| rename to ui/display/manager/chromeos/query_content_protection_task_unittest.cc
 | 
| index 287b6799df5e4e640f44c9bc6b7848b4ca020803..87aeb5c12ec9ca1a8988825a759f1970e383b7c4 100644
 | 
| --- a/ui/display/chromeos/query_content_protection_task_unittest.cc
 | 
| +++ b/ui/display/manager/chromeos/query_content_protection_task_unittest.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ui/display/chromeos/query_content_protection_task.h"
 | 
| +#include "ui/display/manager/chromeos/query_content_protection_task.h"
 | 
|  
 | 
|  #include <stdint.h>
 | 
|  #include <utility>
 | 
| @@ -10,11 +10,11 @@
 | 
|  #include "base/bind.h"
 | 
|  #include "base/macros.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| -#include "ui/display/chromeos/display_layout_manager.h"
 | 
| -#include "ui/display/chromeos/test/action_logger_util.h"
 | 
| -#include "ui/display/chromeos/test/test_display_layout_manager.h"
 | 
| -#include "ui/display/chromeos/test/test_native_display_delegate.h"
 | 
|  #include "ui/display/fake_display_snapshot.h"
 | 
| +#include "ui/display/manager/chromeos/display_layout_manager.h"
 | 
| +#include "ui/display/manager/chromeos/test/action_logger_util.h"
 | 
| +#include "ui/display/manager/chromeos/test/test_display_layout_manager.h"
 | 
| +#include "ui/display/manager/chromeos/test/test_native_display_delegate.h"
 | 
|  
 | 
|  namespace ui {
 | 
|  namespace test {
 | 
| 
 |