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

Side by Side Diff: chrome/common/render_messages.h

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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) 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_COMMON_RENDER_MESSAGES_H_ 5 #ifndef CHROME_COMMON_RENDER_MESSAGES_H_
6 #define CHROME_COMMON_RENDER_MESSAGES_H_ 6 #define CHROME_COMMON_RENDER_MESSAGES_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 #include <map> 10 #include <map>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/gfx/native_widget_types.h" 13 #include "base/gfx/native_widget_types.h"
14 #include "base/ref_counted.h" 14 #include "base/ref_counted.h"
15 #include "base/shared_memory.h" 15 #include "base/shared_memory.h"
16 #include "chrome/browser/renderer_host/resource_handler.h" 16 #include "chrome/browser/renderer_host/resource_handler.h"
17 #include "chrome/common/accessibility.h" 17 #include "chrome/common/accessibility.h"
18 #include "chrome/common/bitmap_wire_data.h" 18 #include "chrome/common/bitmap_wire_data.h"
19 #include "chrome/common/filter_policy.h" 19 #include "chrome/common/filter_policy.h"
20 #include "chrome/common/ipc_message_utils.h" 20 #include "chrome/common/ipc_message_utils.h"
21 #include "chrome/common/modal_dialog_event.h" 21 #include "chrome/common/modal_dialog_event.h"
22 #include "chrome/common/page_transition_types.h" 22 #include "chrome/common/page_transition_types.h"
23 #include "googleurl/src/gurl.h" 23 #include "googleurl/src/gurl.h"
24 #include "media/audio/audio_output.h" 24 #include "media/audio/audio_output.h"
25 #include "net/base/upload_data.h" 25 #include "net/base/upload_data.h"
26 #include "net/http/http_response_headers.h"
26 #include "net/url_request/url_request_status.h" 27 #include "net/url_request/url_request_status.h"
27 #include "webkit/glue/autofill_form.h" 28 #include "webkit/glue/autofill_form.h"
28 #include "webkit/glue/cache_manager.h" 29 #include "webkit/glue/cache_manager.h"
29 #include "webkit/glue/context_menu.h" 30 #include "webkit/glue/context_menu.h"
30 #include "webkit/glue/form_data.h" 31 #include "webkit/glue/form_data.h"
31 #include "webkit/glue/password_form.h" 32 #include "webkit/glue/password_form.h"
32 #include "webkit/glue/password_form_dom_manager.h" 33 #include "webkit/glue/password_form_dom_manager.h"
33 #include "webkit/glue/resource_loader_bridge.h" 34 #include "webkit/glue/resource_loader_bridge.h"
34 #include "webkit/glue/screen_info.h" 35 #include "webkit/glue/screen_info.h"
35 #include "webkit/glue/webdropdata.h" 36 #include "webkit/glue/webdropdata.h"
(...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 1700
1700 #endif // defined(OS_POSIX) 1701 #endif // defined(OS_POSIX)
1701 1702
1702 } // namespace IPC 1703 } // namespace IPC
1703 1704
1704 1705
1705 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 1706 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
1706 #include "chrome/common/ipc_message_macros.h" 1707 #include "chrome/common/ipc_message_macros.h"
1707 1708
1708 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 1709 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698