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

Side by Side Diff: content/child/indexed_db/indexed_db_callbacks_impl.h

Issue 2884763002: Automated IWYU fix for TaskRunner includes. (Closed)
Patch Set: rebase on r472096 Created 3 years, 7 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 | « content/child/blink_platform_impl.h ('k') | content/child/indexed_db/webidbdatabase_impl.h » ('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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_ 5 #ifndef CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_
6 #define CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_ 6 #define CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_
7 7
8 #include "base/single_thread_task_runner.h"
8 #include "content/common/indexed_db/indexed_db.mojom.h" 9 #include "content/common/indexed_db/indexed_db.mojom.h"
9 #include "mojo/public/cpp/bindings/associated_binding.h" 10 #include "mojo/public/cpp/bindings/associated_binding.h"
10 11
11 namespace blink { 12 namespace blink {
12 class WebIDBCallbacks; 13 class WebIDBCallbacks;
13 struct WebIDBValue; 14 struct WebIDBValue;
14 } 15 }
15 16
16 namespace content { 17 namespace content {
17 18
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 // executes tasks and must be destroyed there. 115 // executes tasks and must be destroyed there.
115 InternalState* internal_state_; 116 InternalState* internal_state_;
116 scoped_refptr<base::SingleThreadTaskRunner> callback_runner_; 117 scoped_refptr<base::SingleThreadTaskRunner> callback_runner_;
117 118
118 DISALLOW_COPY_AND_ASSIGN(IndexedDBCallbacksImpl); 119 DISALLOW_COPY_AND_ASSIGN(IndexedDBCallbacksImpl);
119 }; 120 };
120 121
121 } // namespace content 122 } // namespace content
122 123
123 #endif // CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_ 124 #endif // CONTENT_CHILD_INDEXED_DB_INDEXED_DB_CALLBACKS_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/child/indexed_db/webidbdatabase_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698