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

Unified Diff: ui/display/manager/chromeos/query_content_protection_task_unittest.cc

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_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 {
« no previous file with comments | « ui/display/manager/chromeos/query_content_protection_task.cc ('k') | ui/display/manager/chromeos/test/action_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698