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

Side by Side Diff: components/ui_devtools/devtools_server.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
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 COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_ 5 #ifndef COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_
6 #define COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_ 6 #define COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/single_thread_task_runner.h"
11 #include "base/threading/thread.h" 12 #include "base/threading/thread.h"
12 #include "components/ui_devtools/DOM.h" 13 #include "components/ui_devtools/DOM.h"
13 #include "components/ui_devtools/Forward.h" 14 #include "components/ui_devtools/Forward.h"
14 #include "components/ui_devtools/Protocol.h" 15 #include "components/ui_devtools/Protocol.h"
15 #include "components/ui_devtools/devtools_client.h" 16 #include "components/ui_devtools/devtools_client.h"
16 #include "components/ui_devtools/string_util.h" 17 #include "components/ui_devtools/string_util.h"
17 #include "net/server/http_server.h" 18 #include "net/server/http_server.h"
18 19
19 namespace ui { 20 namespace ui {
20 namespace devtools { 21 namespace devtools {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 // The server (owned by ash for now) 65 // The server (owned by ash for now)
65 static UiDevToolsServer* devtools_server_; 66 static UiDevToolsServer* devtools_server_;
66 67
67 DISALLOW_COPY_AND_ASSIGN(UiDevToolsServer); 68 DISALLOW_COPY_AND_ASSIGN(UiDevToolsServer);
68 }; 69 };
69 70
70 } // namespace devtools 71 } // namespace devtools
71 } // namespace ui 72 } // namespace ui
72 73
73 #endif // COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_ 74 #endif // COMPONENTS_UI_DEVTOOLS_DEVTOOLS_SERVER_H_
OLDNEW
« no previous file with comments | « components/sync/model/attachments/attachment_store.cc ('k') | components/update_client/component_patcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698