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

Side by Side Diff: chrome/browser/renderer_host/render_widget_helper.h

Issue 5977010: Move CancellationFlag and WaitableEvent to the synchronization subdirectory.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/browser/process_singleton_uitest.cc ('k') | chrome/browser/sync/engine/syncer_thread.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 (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_
6 #define CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 10
11 #include "app/surface/transport_dib.h" 11 #include "app/surface/transport_dib.h"
12 #include "base/atomic_sequence_num.h" 12 #include "base/atomic_sequence_num.h"
13 #include "base/hash_tables.h" 13 #include "base/hash_tables.h"
14 #include "base/process.h" 14 #include "base/process.h"
15 #include "base/ref_counted.h" 15 #include "base/ref_counted.h"
16 #include "base/lock.h" 16 #include "base/lock.h"
17 #include "base/waitable_event.h" 17 #include "base/synchronization/waitable_event.h"
18 #include "chrome/common/window_container_type.h" 18 #include "chrome/common/window_container_type.h"
19 #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h" 19 #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
20 20
21 namespace IPC { 21 namespace IPC {
22 class Message; 22 class Message;
23 } 23 }
24 24
25 namespace base { 25 namespace base {
26 class TimeDelta; 26 class TimeDelta;
27 } 27 }
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 214
215 // The next routing id to use. 215 // The next routing id to use.
216 base::AtomicSequenceNumber next_routing_id_; 216 base::AtomicSequenceNumber next_routing_id_;
217 217
218 ResourceDispatcherHost* resource_dispatcher_host_; 218 ResourceDispatcherHost* resource_dispatcher_host_;
219 219
220 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHelper); 220 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHelper);
221 }; 221 };
222 222
223 #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_ 223 #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/process_singleton_uitest.cc ('k') | chrome/browser/sync/engine/syncer_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698