shell_init_params.cc 511 B

12345678910111213141516171819
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ash/shell_init_params.h"
  5. #include "ash/keyboard/ui/keyboard_ui_factory.h"
  6. #include "ash/shell_delegate.h"
  7. #include "base/values.h"
  8. namespace ash {
  9. ShellInitParams::ShellInitParams() = default;
  10. ShellInitParams::ShellInitParams(ShellInitParams&& other) = default;
  11. ShellInitParams::~ShellInitParams() = default;
  12. } // namespace ash