| Index: ui/display/manager/chromeos/test/action_logger_util.h
|
| diff --git a/ui/display/chromeos/test/action_logger_util.h b/ui/display/manager/chromeos/test/action_logger_util.h
|
| similarity index 93%
|
| rename from ui/display/chromeos/test/action_logger_util.h
|
| rename to ui/display/manager/chromeos/test/action_logger_util.h
|
| index 06be848cfa4c2cf720c070dba09674f94a6c68ab..e1a287d555f73bee714182cc8ef72d560712edb8 100644
|
| --- a/ui/display/chromeos/test/action_logger_util.h
|
| +++ b/ui/display/manager/chromeos/test/action_logger_util.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_UTIL_H_
|
| -#define UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -82,4 +82,4 @@ std::string JoinActions(const char* action, ...);
|
| } // namespace test
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
|
|
|