[email protected] | e8c62b9 | 2013-01-16 23:08:27 | [diff] [blame] | 1 | // 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] | 4344a3c | 2013-01-17 23:49:20 | [diff] [blame] | 5 | #include "ui/shell_dialogs/base_shell_dialog.h" |
[email protected] | e8c62b9 | 2013-01-16 23:08:27 | [diff] [blame] | 6 | |
7 | namespace ui { | ||||
8 | |||||
9 | BaseShellDialog::~BaseShellDialog() {} | ||||
10 | |||||
11 | } // namespace ui |