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

Unified Diff: wm/test/wm_unittests.cc

Issue 11485006: Add window manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address more review feedback Created 7 years, 10 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
Index: wm/test/wm_unittests.cc
diff --git a/ppapi/proxy/run_all_unittests.cc b/wm/test/wm_unittests.cc
similarity index 69%
copy from ppapi/proxy/run_all_unittests.cc
copy to wm/test/wm_unittests.cc
index 7fd6ef2e80ecb30c387079234461967baf58404c..7602d9a377ab8e8f066d21dcf9cd414abd6e9949 100644
--- a/ppapi/proxy/run_all_unittests.cc
+++ b/wm/test/wm_unittests.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/test/test_suite.h"
+#include "ash/test/test_suite.h"
int main(int argc, char** argv) {
- return base::TestSuite(argc, argv).Run();
+ return ash::test::AuraShellTestSuite(argc, argv).Run();
}
« wm/test/wm_test_base.cc ('K') | « wm/test/wm_test_base.cc ('k') | wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698