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

Unified Diff: ui/display/manager/chromeos/apply_content_protection_task.h

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.h
diff --git a/ui/display/manager/chromeos/apply_content_protection_task.h b/ui/display/manager/chromeos/apply_content_protection_task.h
index a5336288c91ba6000f563834c092cd630aa7854c..e8680ff771f0e40d42e8f2037036c259cd9bf9d5 100644
--- a/ui/display/manager/chromeos/apply_content_protection_task.h
+++ b/ui/display/manager/chromeos/apply_content_protection_task.h
@@ -15,7 +15,7 @@
#include "base/memory/weak_ptr.h"
#include "ui/display/manager/chromeos/display_configurator.h"
-namespace ui {
+namespace display {
class DisplayLayoutManager;
class NativeDisplayDelegate;
@@ -83,6 +83,6 @@ class DISPLAY_MANAGER_EXPORT ApplyContentProtectionTask {
DISALLOW_COPY_AND_ASSIGN(ApplyContentProtectionTask);
};
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_APPLY_CONTENT_PROTECTION_TASK_H_
« no previous file with comments | « ui/display/fake_display_snapshot_unittests.cc ('k') | ui/display/manager/chromeos/apply_content_protection_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698