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

Side by Side Diff: content/renderer/pepper/pepper_broker_impl.h

Issue 19644004: Update include paths in content/renderer for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 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_PEPPER_PEPPER_BROKER_IMPL_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_
6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_ 6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/process.h" 9 #include "base/process/process.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
11 #include "ppapi/proxy/proxy_channel.h" 11 #include "ppapi/proxy/proxy_channel.h"
12 #include "webkit/plugins/ppapi/plugin_delegate.h" 12 #include "webkit/plugins/ppapi/plugin_delegate.h"
13 #include "webkit/plugins/ppapi/ppb_broker_impl.h" 13 #include "webkit/plugins/ppapi/ppb_broker_impl.h"
14 14
15 namespace IPC { 15 namespace IPC {
16 struct ChannelHandle; 16 struct ChannelHandle;
17 } 17 }
18 18
19 namespace ppapi { 19 namespace ppapi {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 webkit::ppapi::PluginModule* plugin_module_; 103 webkit::ppapi::PluginModule* plugin_module_;
104 104
105 base::WeakPtr<PepperPluginDelegateImpl> delegate_; 105 base::WeakPtr<PepperPluginDelegateImpl> delegate_;
106 106
107 DISALLOW_COPY_AND_ASSIGN(PepperBrokerImpl); 107 DISALLOW_COPY_AND_ASSIGN(PepperBrokerImpl);
108 }; 108 };
109 109
110 } // namespace content 110 } // namespace content
111 111
112 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_ 112 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/devtools/devtools_agent.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698