blob: 3fcd3191d19579f2270fd9a86265741318d44fd1 [file] [log] [blame]
[email protected]e8c62b92013-01-16 23:08:271// Copyright (c) 2012 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
[email protected]4344a3c2013-01-17 23:49:205#include "ui/shell_dialogs/base_shell_dialog.h"
[email protected]e8c62b92013-01-16 23:08:276
7namespace ui {
8
9BaseShellDialog::~BaseShellDialog() {}
10
11} // namespace ui