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

Side by Side Diff: content/renderer/mojo/mojo_render_process_observer.h

Issue 218613010: Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | mojo/common/common_type_converters.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_ 5 #ifndef CONTENT_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_
6 #define CONTENT_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_ 6 #define CONTENT_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "content/common/mojo/render_process.mojom.h" 9 #include "content/common/mojo/render_process.mojom.h"
10 #include "content/public/renderer/render_process_observer.h" 10 #include "content/public/renderer/render_process_observer.h"
11 #include "ipc/ipc_platform_file.h" 11 #include "ipc/ipc_platform_file.h"
12 #include "mojo/public/bindings/remote_ptr.h" 12 #include "mojo/public/cpp/bindings/remote_ptr.h"
13 13
14 namespace mojo { 14 namespace mojo {
15 namespace embedder{ 15 namespace embedder{
16 struct ChannelInfo; 16 struct ChannelInfo;
17 } 17 }
18 } 18 }
19 19
20 namespace content { 20 namespace content {
21 21
22 class MojoChannelInit; 22 class MojoChannelInit;
(...skipping 27 matching lines...) Expand all
50 scoped_ptr<MojoChannelInit> channel_init_; 50 scoped_ptr<MojoChannelInit> channel_init_;
51 51
52 mojo::RemotePtr<content::RenderProcessHostMojo> render_process_host_mojo_; 52 mojo::RemotePtr<content::RenderProcessHostMojo> render_process_host_mojo_;
53 53
54 DISALLOW_COPY_AND_ASSIGN(MojoRenderProcessObserver); 54 DISALLOW_COPY_AND_ASSIGN(MojoRenderProcessObserver);
55 }; 55 };
56 56
57 } // namespace content 57 } // namespace content
58 58
59 #endif // CONTENT_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_ 59 #endif // CONTENT_RENDERER_MOJO_MOJO_RENDER_PROCESS_OBSERVER_H_
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | mojo/common/common_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698