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

Unified Diff: base/test/signaling_task.h

Issue 8438034: Moving the SignalingTask class to base/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « base/base.gyp ('k') | base/test/signaling_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/signaling_task.h
===================================================================
--- base/test/signaling_task.h (working copy)
+++ base/test/signaling_task.h (working copy)
@@ -12,7 +12,6 @@
namespace base {
Paweł Hajdan Jr. 2011/11/02 10:47:02 nit: An empty line below then please.
tommi (sloooow) - chröme 2011/11/02 11:28:37 Done.
class WaitableEvent;
-}
class SignalingTask : public Task {
public:
@@ -24,5 +23,6 @@
private:
base::WaitableEvent* event_;
Paweł Hajdan Jr. 2011/11/02 10:47:02 nit: DISALLOW_COPY_AND_ASSIGN, not sure why it was
};
+} // namespace base
Paweł Hajdan Jr. 2011/11/02 10:47:02 nit: Same here, add an empty line above.
tommi (sloooow) - chröme 2011/11/02 11:28:37 Done.
#endif // CHROME_TEST_BASE_SIGNALING_TASK_H_
« no previous file with comments | « base/base.gyp ('k') | base/test/signaling_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698