[M108 Migration] Support standard build for armv7hl architecture
[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
11 namespace ash {
12
13 ShellInitParams::ShellInitParams() = default;
14
15 ShellInitParams::ShellInitParams(ShellInitParams&& other) = default;
16
17 ShellInitParams::~ShellInitParams() = default;
18
19 }  // namespace ash