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

Unified Diff: ash/test/test_suite.cc

Issue 1115293002: win: Fix remaining plugin warnings in ash, device, printing, sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « ash/test/test_suite.h ('k') | device/bluetooth/bluetooth_low_energy_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_suite.cc
diff --git a/ash/test/test_suite.cc b/ash/test/test_suite.cc
index 4f1ead03e2d41ffd50cc3b34a9a4fb31a030c574..d368a2120a2c90fe349148b40039b59ed7b3fe66 100644
--- a/ash/test/test_suite.cc
+++ b/ash/test/test_suite.cc
@@ -25,7 +25,11 @@ namespace ash {
namespace test {
AuraShellTestSuite::AuraShellTestSuite(int argc, char** argv)
- : TestSuite(argc, argv) {}
+ : TestSuite(argc, argv) {
+}
+
+AuraShellTestSuite::~AuraShellTestSuite() {
+}
void AuraShellTestSuite::Initialize() {
base::TestSuite::Initialize();
« no previous file with comments | « ash/test/test_suite.h ('k') | device/bluetooth/bluetooth_low_energy_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698