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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 months 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/apply_content_protection_task_unittest.cc
diff --git a/ui/display/manager/chromeos/apply_content_protection_task_unittest.cc b/ui/display/manager/chromeos/apply_content_protection_task_unittest.cc
index 90d47dc540d1e14d920fa021f81c15de2bd693cb..1dabd3b0f010fc1a5d2981c2c6725ca48363c004 100644
--- a/ui/display/manager/chromeos/apply_content_protection_task_unittest.cc
+++ b/ui/display/manager/chromeos/apply_content_protection_task_unittest.cc
@@ -16,7 +16,7 @@
#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 display {
namespace test {
namespace {
@@ -24,7 +24,7 @@ namespace {
std::unique_ptr<DisplaySnapshot> CreateDisplaySnapshot(
int64_t id,
DisplayConnectionType type) {
- return display::FakeDisplaySnapshot::Builder()
+ return FakeDisplaySnapshot::Builder()
.SetId(id)
.SetNativeMode(gfx::Size(1024, 768))
.SetType(type)
@@ -179,4 +179,4 @@ TEST_F(ApplyContentProtectionTaskTest, ApplyNoopProtection) {
}
} // namespace test
-} // namespace ui
+} // namespace display
« no previous file with comments | « ui/display/manager/chromeos/apply_content_protection_task.cc ('k') | ui/display/manager/chromeos/configure_displays_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698