[M120 Migration][MM] Fix EME AD insert issue
[platform/framework/web/chromium-efl.git] / ash / shell_init_params.cc
1 // Copyright 2017 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "ash/shell_init_params.h"
6
7 #include "ash/keyboard/ui/keyboard_ui_factory.h"
8 #include "ash/shell_delegate.h"
9 #include "base/values.h"
10 #include "ui/display/types/native_display_delegate.h"
11
12 namespace ash {
13
14 ShellInitParams::ShellInitParams() = default;
15
16 ShellInitParams::ShellInitParams(ShellInitParams&& other) = default;
17
18 ShellInitParams::~ShellInitParams() = default;
19
20 }  // namespace ash