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

Side by Side Diff: content/renderer/browser_plugin/old/guest_to_embedder_channel.h

Issue 10696166: Remove #pragma once from content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_ 5 #ifndef CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_
6 #define CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_ 6 #define CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_
7 #pragma once
8 7
9 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
10 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" 9 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
11 #include "content/renderer/pepper/pepper_proxy_channel_delegate_impl.h" 10 #include "content/renderer/pepper/pepper_proxy_channel_delegate_impl.h"
12 #include "content/renderer/render_view_impl.h" 11 #include "content/renderer/render_view_impl.h"
13 #include "ipc/ipc_channel_handle.h" 12 #include "ipc/ipc_channel_handle.h"
14 #include "ppapi/c/pp_bool.h" 13 #include "ppapi/c/pp_bool.h"
15 #include "ppapi/c/pp_instance.h" 14 #include "ppapi/c/pp_instance.h"
16 #include "ppapi/shared_impl/ppb_view_shared.h" 15 #include "ppapi/shared_impl/ppb_view_shared.h"
17 #include "ppapi/proxy/plugin_dispatcher.h" 16 #include "ppapi/proxy/plugin_dispatcher.h"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 128
130 InstanceMap render_view_instances_; 129 InstanceMap render_view_instances_;
131 RoutingIDToInstanceMap routing_id_instance_map_; 130 RoutingIDToInstanceMap routing_id_instance_map_;
132 131
133 DISALLOW_COPY_AND_ASSIGN(GuestToEmbedderChannel); 132 DISALLOW_COPY_AND_ASSIGN(GuestToEmbedderChannel);
134 }; 133 };
135 134
136 } // namespace content 135 } // namespace content
137 136
138 #endif // CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_ 137 #endif // CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_
OLDNEW
« no previous file with comments | « content/renderer/browser_plugin/old/browser_plugin_registry.h ('k') | content/renderer/devtools_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698