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

Unified Diff: components/exo/test/run_all_unittests.cc

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on improved shared memory support Created 5 years, 1 month 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
Index: components/exo/test/run_all_unittests.cc
diff --git a/ash/test/ash_unittests.cc b/components/exo/test/run_all_unittests.cc
similarity index 64%
copy from ash/test/ash_unittests.cc
copy to components/exo/test/run_all_unittests.cc
index 040e40f33f186c1c5bc3e4ce802df2974ad57d49..e69d387c9b75cf2b0ecbc2e29066570ec7e73a87 100644
--- a/ash/test/ash_unittests.cc
+++ b/components/exo/test/run_all_unittests.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,8 +10,6 @@ int main(int argc, char** argv) {
ash::test::AuraShellTestSuite test_suite(argc, argv);
return base::LaunchUnitTestsSerially(
- argc,
- argv,
- base::Bind(&ash::test::AuraShellTestSuite::Run,
- base::Unretained(&test_suite)));
+ argc, argv, base::Bind(&ash::test::AuraShellTestSuite::Run,
+ base::Unretained(&test_suite)));
}

Powered by Google App Engine
This is Rietveld 408576698