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

Side by Side Diff: ppapi/proxy/plugin_dispatcher.h

Issue 16667019: Rename base/hash_tables to base/containers/hash_tables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « net/url_request/url_request_filter.h ('k') | ppapi/proxy/plugin_main_nacl.cc » ('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 (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 PPAPI_PROXY_PLUGIN_DISPATCHER_H_ 5 #ifndef PPAPI_PROXY_PLUGIN_DISPATCHER_H_
6 #define PPAPI_PROXY_PLUGIN_DISPATCHER_H_ 6 #define PPAPI_PROXY_PLUGIN_DISPATCHER_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/hash_tables.h" 12 #include "base/containers/hash_tables.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "base/process.h" 15 #include "base/process.h"
16 #include "build/build_config.h" 16 #include "build/build_config.h"
17 #include "ipc/ipc_sync_channel.h" 17 #include "ipc/ipc_sync_channel.h"
18 #include "ppapi/c/pp_instance.h"
18 #include "ppapi/c/pp_rect.h" 19 #include "ppapi/c/pp_rect.h"
19 #include "ppapi/c/pp_instance.h"
20 #include "ppapi/c/ppb_console.h" 20 #include "ppapi/c/ppb_console.h"
21 #include "ppapi/proxy/dispatcher.h" 21 #include "ppapi/proxy/dispatcher.h"
22 #include "ppapi/shared_impl/ppapi_preferences.h" 22 #include "ppapi/shared_impl/ppapi_preferences.h"
23 #include "ppapi/shared_impl/ppb_view_shared.h" 23 #include "ppapi/shared_impl/ppb_view_shared.h"
24 #include "ppapi/shared_impl/singleton_resource_id.h" 24 #include "ppapi/shared_impl/singleton_resource_id.h"
25 #include "ppapi/shared_impl/tracked_callback.h" 25 #include "ppapi/shared_impl/tracked_callback.h"
26 26
27 namespace IPC { 27 namespace IPC {
28 class SyncMessageFilter; 28 class SyncMessageFilter;
29 } 29 }
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 // A filter for sending messages from threads other than the main thread. 217 // A filter for sending messages from threads other than the main thread.
218 scoped_refptr<IPC::SyncMessageFilter> sync_filter_; 218 scoped_refptr<IPC::SyncMessageFilter> sync_filter_;
219 219
220 DISALLOW_COPY_AND_ASSIGN(PluginDispatcher); 220 DISALLOW_COPY_AND_ASSIGN(PluginDispatcher);
221 }; 221 };
222 222
223 } // namespace proxy 223 } // namespace proxy
224 } // namespace ppapi 224 } // namespace ppapi
225 225
226 #endif // PPAPI_PROXY_PLUGIN_DISPATCHER_H_ 226 #endif // PPAPI_PROXY_PLUGIN_DISPATCHER_H_
OLDNEW
« no previous file with comments | « net/url_request/url_request_filter.h ('k') | ppapi/proxy/plugin_main_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698