// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/javascript_dialogs/app_modal_dialog_manager.h" #include "base/strings/utf_string_conversions.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/origin.h" namespace javascript_dialogs { TEST(AppModalDialogManagerTest, GetTitle) { … } } // namespace javascript_dialogs