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

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

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 years, 4 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
« no previous file with comments | « chrome/common/nacl_messages.h ('k') | chrome/common/utility_messages.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #pragma once 7 #pragma once
8 8
9 #include <map>
10 #include <string> 9 #include <string>
11 #include <vector> 10 #include <vector>
12 11
13 // TODO(erg): This list has been temporarily annotated by erg while doing work 12 // TODO(erg): This list has been temporarily annotated by erg while doing work
14 // on which headers to pull out. 13 // on which headers to pull out.
15 #include "app/clipboard/clipboard.h" 14 #include "app/clipboard/clipboard.h"
16 #include "app/surface/transport_dib.h" 15 #include "app/surface/transport_dib.h"
17 #include "base/basictypes.h" 16 #include "base/basictypes.h"
18 #include "base/platform_file.h" 17 #include "base/platform_file.h"
19 #include "base/ref_counted.h" 18 #include "base/ref_counted.h"
(...skipping 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2729 LogParam(p.gamma, l); 2728 LogParam(p.gamma, l);
2730 l->append(L")"); 2729 l->append(L")");
2731 } 2730 }
2732 }; 2731 };
2733 } // namespace IPC 2732 } // namespace IPC
2734 2733
2735 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" 2734 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
2736 #include "ipc/ipc_message_macros.h" 2735 #include "ipc/ipc_message_macros.h"
2737 2736
2738 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ 2737 #endif // CHROME_COMMON_RENDER_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/common/nacl_messages.h ('k') | chrome/common/utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698