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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h

Issue 2836203003: [scheduler] Update header guards. (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_UTILITY_WEBTHREAD_IMPL_FOR_ UTILITY_THREAD_H_ 5 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_UTILITY_WEBTHREAD_IMPL_FOR_ UTILITY_THREAD_H_
6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_UTILITY_WEBTHREAD_IMPL_FOR_ UTILITY_THREAD_H_ 6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_UTILITY_WEBTHREAD_IMPL_FOR_ UTILITY_THREAD_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "public/platform/WebCommon.h" 10 #include "public/platform/WebCommon.h"
11 #include "public/platform/scheduler/child/webthread_base.h" 11 #include "public/platform/scheduler/child/webthread_base.h"
12 12
13 namespace blink { 13 namespace blink {
14 namespace scheduler { 14 namespace scheduler {
15 15
16 class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread 16 class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread
(...skipping 14 matching lines...) Expand all
31 private: 31 private:
32 scoped_refptr<base::SingleThreadTaskRunner> task_runner_; 32 scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
33 PlatformThreadId thread_id_; 33 PlatformThreadId thread_id_;
34 34
35 DISALLOW_COPY_AND_ASSIGN(WebThreadImplForUtilityThread); 35 DISALLOW_COPY_AND_ASSIGN(WebThreadImplForUtilityThread);
36 }; 36 };
37 37
38 } // namespace scheduler 38 } // namespace scheduler
39 } // namespace blink 39 } // namespace blink
40 40
41 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_UTILITY_WEBTHREAD_IMPL_F OR_UTILITY_THREAD_H_ 41 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_UTILITY_WEBTHREAD_IMPL_F OR_UTILITY_THREAD_H_
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698