| Index: ui/display/manager/chromeos/test/action_logger.h
 | 
| diff --git a/ui/display/chromeos/test/action_logger.h b/ui/display/manager/chromeos/test/action_logger.h
 | 
| similarity index 79%
 | 
| rename from ui/display/chromeos/test/action_logger.h
 | 
| rename to ui/display/manager/chromeos/test/action_logger.h
 | 
| index 92028fcd825baa32ea7216b7a96641a237965fea..bf9607437eca6eb80c54a6a9912312d19683d1a8 100644
 | 
| --- a/ui/display/chromeos/test/action_logger.h
 | 
| +++ b/ui/display/manager/chromeos/test/action_logger.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
| -#define UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
| +#define UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| @@ -33,4 +33,4 @@ class ActionLogger {
 | 
|  }  // namespace test
 | 
|  }  // namespace ui
 | 
|  
 | 
| -#endif  // UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
| +#endif  // UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_
 | 
| 
 |