| Index: ui/display/types/display_snapshot.h
|
| diff --git a/ui/display/types/chromeos/display_snapshot.h b/ui/display/types/display_snapshot.h
|
| similarity index 92%
|
| rename from ui/display/types/chromeos/display_snapshot.h
|
| rename to ui/display/types/display_snapshot.h
|
| index 1dc057384bf7c5aeaaa61cd7f1db75ac00f0b859..70192083cdfae99312c318d4c1a6008d0d37bae2 100644
|
| --- a/ui/display/types/chromeos/display_snapshot.h
|
| +++ b/ui/display/types/display_snapshot.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_
|
| -#define UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_
|
| +#ifndef UI_DISPLAY_TYPES_DISPLAY_SNAPSHOT_H_
|
| +#define UI_DISPLAY_TYPES_DISPLAY_SNAPSHOT_H_
|
|
|
| #include <vector>
|
|
|
| -#include "ui/display/types/chromeos/display_mode.h"
|
| #include "ui/display/types/display_constants.h"
|
| +#include "ui/display/types/display_mode.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| @@ -87,4 +87,4 @@ class DISPLAY_TYPES_EXPORT DisplaySnapshot {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_
|
| +#endif // UI_DISPLAY_TYPES_DISPLAY_SNAPSHOT_H_
|
|
|