| Index: ui/display/manager/chromeos/test/action_logger.cc
|
| diff --git a/ui/display/chromeos/test/action_logger.cc b/ui/display/manager/chromeos/test/action_logger.cc
|
| similarity index 79%
|
| rename from ui/display/chromeos/test/action_logger.cc
|
| rename to ui/display/manager/chromeos/test/action_logger.cc
|
| index 2afcb489eaa6f6ed6adc22157c1b3e48f932c325..106f563cf78adebfe4b7827690f9a299c4e82ccd 100644
|
| --- a/ui/display/chromeos/test/action_logger.cc
|
| +++ b/ui/display/manager/chromeos/test/action_logger.cc
|
| @@ -2,16 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/display/chromeos/test/action_logger.h"
|
| +#include "ui/display/manager/chromeos/test/action_logger.h"
|
|
|
| namespace ui {
|
| namespace test {
|
|
|
| -ActionLogger::ActionLogger() {
|
| -}
|
| +ActionLogger::ActionLogger() {}
|
|
|
| -ActionLogger::~ActionLogger() {
|
| -}
|
| +ActionLogger::~ActionLogger() {}
|
|
|
| void ActionLogger::AppendAction(const std::string& action) {
|
| if (!actions_.empty())
|
|
|