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

Side by Side Diff: athena/test/base/athena_test_helper.cc

Issue 617043002: Moving athena/test to athena/test/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « athena/test/base/athena_test_helper.h ('k') | athena/test/base/athena_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "athena/test/athena_test_helper.h" 5 #include "athena/test/base/athena_test_helper.h"
6 6
7 #include "athena/env/public/athena_env.h" 7 #include "athena/env/public/athena_env.h"
8 #include "athena/extensions/public/extensions_delegate.h" 8 #include "athena/extensions/public/extensions_delegate.h"
9 #include "athena/main/public/athena_launcher.h" 9 #include "athena/main/public/athena_launcher.h"
10 #include "athena/test/sample_activity_factory.h" 10 #include "athena/test/base/sample_activity_factory.h"
11 #include "athena/test/test_app_model_builder.h" 11 #include "athena/test/base/test_app_model_builder.h"
12 #include "base/message_loop/message_loop.h" 12 #include "base/message_loop/message_loop.h"
13 #include "base/run_loop.h" 13 #include "base/run_loop.h"
14 #include "base/threading/thread.h" 14 #include "base/threading/thread.h"
15 #include "chromeos/dbus/dbus_thread_manager.h" 15 #include "chromeos/dbus/dbus_thread_manager.h"
16 #include "chromeos/network/network_handler.h" 16 #include "chromeos/network/network_handler.h"
17 #include "ui/aura/env.h" 17 #include "ui/aura/env.h"
18 #include "ui/aura/input_state_lookup.h" 18 #include "ui/aura/input_state_lookup.h"
19 #include "ui/aura/test/env_test_helper.h" 19 #include "ui/aura/test/env_test_helper.h"
20 #include "ui/base/ime/input_method_initializer.h" 20 #include "ui/base/ime/input_method_initializer.h"
21 #include "ui/compositor/scoped_animation_duration_scale_mode.h" 21 #include "ui/compositor/scoped_animation_duration_scale_mode.h"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 void AthenaTestHelper::RunAllPendingInMessageLoop() { 93 void AthenaTestHelper::RunAllPendingInMessageLoop() {
94 // TODO(jbates) crbug.com/134753 Find quitters of this RunLoop and have them 94 // TODO(jbates) crbug.com/134753 Find quitters of this RunLoop and have them
95 // use run_loop.QuitClosure(). 95 // use run_loop.QuitClosure().
96 base::RunLoop run_loop; 96 base::RunLoop run_loop;
97 run_loop.RunUntilIdle(); 97 run_loop.RunUntilIdle();
98 } 98 }
99 99
100 } // namespace test 100 } // namespace test
101 } // namespace athena 101 } // namespace athena
OLDNEW
« no previous file with comments | « athena/test/base/athena_test_helper.h ('k') | athena/test/base/athena_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698