Fix AfterTyping experiment for Android.
[chromium-blink-merge.git] / components / web_modal / modal_dialog_host.cc
blob61ddbc29a74eb88300c02ebdec55edc98385215b
1 // Copyright 2013 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.
5 #include "components/web_modal/modal_dialog_host.h"
7 namespace web_modal {
9 ModalDialogHostObserver::~ModalDialogHostObserver() {
12 ModalDialogHost::~ModalDialogHost() {
15 } // namespace web_modal