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

Side by Side Diff: chrome/test/interactive_ui/view_event_test_base.h

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/automation/window_proxy.h ('k') | chrome/worker/nativewebworker_impl.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 (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #ifndef CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_ 5 #ifndef CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_
6 #define CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_ 6 #define CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/message_loop.h" 9 #include "base/message_loop.h"
10 #include "base/task.h" 10 #include "base/task.h"
11 #include "base/thread.h" 11 #include "base/threading/thread.h"
12 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/gtest/include/gtest/gtest.h"
13 #include "views/window/window_delegate.h" 13 #include "views/window/window_delegate.h"
14 14
15 class Task; 15 class Task;
16 16
17 namespace gfx { 17 namespace gfx {
18 class Size; 18 class Size;
19 } 19 }
20 20
21 // Base class for Views based tests that dispatch events. 21 // Base class for Views based tests that dispatch events.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }; 139 };
140 140
141 // Convenience macro for defining a ViewEventTestBase. See class description 141 // Convenience macro for defining a ViewEventTestBase. See class description
142 // of ViewEventTestBase for details. 142 // of ViewEventTestBase for details.
143 #define VIEW_TEST(test_class, name) \ 143 #define VIEW_TEST(test_class, name) \
144 TEST_F(test_class, name) {\ 144 TEST_F(test_class, name) {\
145 StartMessageLoopAndRunTest();\ 145 StartMessageLoopAndRunTest();\
146 } 146 }
147 147
148 #endif // CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_ 148 #endif // CHROME_TEST_INTERACTIVE_UI_VIEW_EVENT_TEST_BASE_H_
OLDNEW
« no previous file with comments | « chrome/test/automation/window_proxy.h ('k') | chrome/worker/nativewebworker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698