Index: net/tools/flip_server/test/run_all_unittests.cc |
diff --git a/chrome/test/base/app_mode_app_tests.cc b/net/tools/flip_server/test/run_all_unittests.cc |
similarity index 79% |
copy from chrome/test/base/app_mode_app_tests.cc |
copy to net/tools/flip_server/test/run_all_unittests.cc |
index 16a5205e925e9840d606126e4f99191f6c41785b..6f0698614fbd0d6e3db34a15d2b8a4cfaab671d3 100644 |
--- a/chrome/test/base/app_mode_app_tests.cc |
+++ b/net/tools/flip_server/test/run_all_unittests.cc |
@@ -1,10 +1,9 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2013 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. |
-#include "build/build_config.h" |
- |
#include "base/test/test_suite.h" |
+#include "build/build_config.h" |
int main(int argc, char** argv) { |
return base::TestSuite(argc, argv).Run(); |