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

Side by Side Diff: third_party/WebKit/public/platform/scheduler/child/child_scheduler.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_ 5 #ifndef THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_
6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_ 6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/message_loop/message_loop.h" 9 #include "base/message_loop/message_loop.h"
10 #include "public/platform/WebCommon.h"
10 #include "public/platform/scheduler/base/task_queue.h" 11 #include "public/platform/scheduler/base/task_queue.h"
11 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h" 12 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h"
12 #include "public/platform/WebCommon.h"
13 13
14 namespace base { 14 namespace base {
15 class MessageLoop; 15 class MessageLoop;
16 } 16 }
17 17
18 namespace blink { 18 namespace blink {
19 namespace scheduler { 19 namespace scheduler {
20 class TaskQueue; 20 class TaskQueue;
21 21
22 class BLINK_PLATFORM_EXPORT ChildScheduler { 22 class BLINK_PLATFORM_EXPORT ChildScheduler {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 protected: 64 protected:
65 ChildScheduler() {} 65 ChildScheduler() {}
66 DISALLOW_COPY_AND_ASSIGN(ChildScheduler); 66 DISALLOW_COPY_AND_ASSIGN(ChildScheduler);
67 }; 67 };
68 68
69 } // namespace scheduler 69 } // namespace scheduler
70 } // namespace blink 70 } // namespace blink
71 71
72 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_ 72 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_CHILD_SCHEDULER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698