| Index: ui/display/manager/chromeos/test/action_logger_util.cc
|
| diff --git a/ui/display/manager/chromeos/test/action_logger_util.cc b/ui/display/manager/chromeos/test/action_logger_util.cc
|
| index a62084114829676aa4ff49be72c749c3d7b1046f..ebb7c0a7bb3b2d542222b96e178015fd95b927b3 100644
|
| --- a/ui/display/manager/chromeos/test/action_logger_util.cc
|
| +++ b/ui/display/manager/chromeos/test/action_logger_util.cc
|
| @@ -16,7 +16,7 @@
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| -namespace ui {
|
| +namespace display {
|
| namespace test {
|
|
|
| std::string DisplaySnapshotToString(const DisplaySnapshot& output) {
|
| @@ -58,7 +58,7 @@ std::string GetSetHDCPStateAction(const DisplaySnapshot& output,
|
| }
|
|
|
| std::string SetColorCorrectionAction(
|
| - const ui::DisplaySnapshot& output,
|
| + const DisplaySnapshot& output,
|
| const std::vector<GammaRampRGBEntry>& degamma_lut,
|
| const std::vector<GammaRampRGBEntry>& gamma_lut,
|
| const std::vector<float>& correction_matrix) {
|
| @@ -101,4 +101,4 @@ std::string JoinActions(const char* action, ...) {
|
| }
|
|
|
| } // namespace test
|
| -} // namespace ui
|
| +} // namespace display
|
|
|