| Index: ui/display/manager/chromeos/test/action_logger.cc
|
| diff --git a/ui/display/manager/chromeos/test/action_logger.cc b/ui/display/manager/chromeos/test/action_logger.cc
|
| index 106f563cf78adebfe4b7827690f9a299c4e82ccd..688d70f5fb8c79a39980faf1782462ccebd742e9 100644
|
| --- a/ui/display/manager/chromeos/test/action_logger.cc
|
| +++ b/ui/display/manager/chromeos/test/action_logger.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ui/display/manager/chromeos/test/action_logger.h"
|
|
|
| -namespace ui {
|
| +namespace display {
|
| namespace test {
|
|
|
| ActionLogger::ActionLogger() {}
|
| @@ -24,4 +24,4 @@ std::string ActionLogger::GetActionsAndClear() {
|
| }
|
|
|
| } // namespace test
|
| -} // namespace ui
|
| +} // namespace display
|
|
|