| Index: ui/display/manager/chromeos/test/test_native_display_delegate.h
|
| diff --git a/ui/display/chromeos/test/test_native_display_delegate.h b/ui/display/manager/chromeos/test/test_native_display_delegate.h
|
| similarity index 92%
|
| rename from ui/display/chromeos/test/test_native_display_delegate.h
|
| rename to ui/display/manager/chromeos/test/test_native_display_delegate.h
|
| index bad8ab2f852b5939afee7b3c8d8c226723759ccb..1b875f6ba40093fec7caee55802c5ed28fca79c4 100644
|
| --- a/ui/display/chromeos/test/test_native_display_delegate.h
|
| +++ b/ui/display/manager/chromeos/test/test_native_display_delegate.h
|
| @@ -2,16 +2,16 @@
|
| // 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_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
| -#define UI_DISPLAY_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "ui/display/chromeos/test/action_logger.h"
|
| -#include "ui/display/chromeos/test/action_logger_util.h"
|
| +#include "ui/display/manager/chromeos/test/action_logger.h"
|
| +#include "ui/display/manager/chromeos/test/action_logger_util.h"
|
| #include "ui/display/types/native_display_delegate.h"
|
|
|
| namespace ui {
|
| @@ -117,4 +117,4 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate {
|
| } // namespace test
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
|
|
|