disable two ClientCertStoreChromeOSTest.* unit_tests on Valgrind bots
[chromium-blink-merge.git] / ui / shell_dialogs / base_shell_dialog.cc
blob3fcd3191d19579f2270fd9a86265741318d44fd1
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.
5 #include "ui/shell_dialogs/base_shell_dialog.h"
7 namespace ui {
9 BaseShellDialog::~BaseShellDialog() {}
11 } // namespace ui