Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2435)

Unified Diff: ui/views/widget/widget_unittest.cc

Issue 14890005: Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_experimental_chromeos_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_unittest.cc
diff --git a/ui/views/widget/widget_unittest.cc b/ui/views/widget/widget_unittest.cc
index c8bbcc02078f440eeb64d5ccb5375c0a521943e6..49446e2f29820c6bb98f7f0ab4c11032e54aaf3b 100644
--- a/ui/views/widget/widget_unittest.cc
+++ b/ui/views/widget/widget_unittest.cc
@@ -1348,7 +1348,7 @@ class DesktopAuraFullscreenChildWindowDestructionTest
parent_destroyed_(false),
child_destroyed_(false) {}
- ~DesktopAuraFullscreenChildWindowDestructionTest() {
+ virtual ~DesktopAuraFullscreenChildWindowDestructionTest() {
EXPECT_TRUE(parent_destroyed_);
EXPECT_TRUE(child_destroyed_);
full_screen_widget_ = NULL;
« no previous file with comments | « device/bluetooth/bluetooth_experimental_chromeos_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698