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

Side by Side Diff: components/html_viewer/devtools_agent_impl.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 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 COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_
6 #define COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_ 6 #define COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "components/devtools_service/public/interfaces/devtools_service.mojom.h " 12 #include "components/devtools_service/public/interfaces/devtools_service.mojom.h "
13 #include "mojo/public/cpp/bindings/binding.h"
13 #include "third_party/WebKit/public/web/WebDevToolsAgentClient.h" 14 #include "third_party/WebKit/public/web/WebDevToolsAgentClient.h"
14 #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
15 15
16 namespace blink { 16 namespace blink {
17 class WebLocalFrame; 17 class WebLocalFrame;
18 } 18 }
19 19
20 namespace html_viewer { 20 namespace html_viewer {
21 21
22 class DevToolsAgentImpl : public devtools_service::DevToolsAgent, 22 class DevToolsAgentImpl : public devtools_service::DevToolsAgent,
23 public blink::WebDevToolsAgentClient { 23 public blink::WebDevToolsAgentClient {
24 public: 24 public:
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 mojo::String state; 61 mojo::String state;
62 }; 62 };
63 std::vector<CachedClientMessage> cached_client_messages_; 63 std::vector<CachedClientMessage> cached_client_messages_;
64 64
65 DISALLOW_COPY_AND_ASSIGN(DevToolsAgentImpl); 65 DISALLOW_COPY_AND_ASSIGN(DevToolsAgentImpl);
66 }; 66 };
67 67
68 } // namespace html_viewer 68 } // namespace html_viewer
69 69
70 #endif // COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_ 70 #endif // COMPONENTS_HTML_VIEWER_DEVTOOLS_AGENT_IMPL_H_
OLDNEW
« no previous file with comments | « components/html_viewer/content_handler_impl.h ('k') | components/html_viewer/document_resource_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698