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

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

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/chrome_tests.gypi ('k') | chrome/common/automation_messages_internal.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 // Multiply-included message file, no traditional include guard. 5 // Multiply-included message file, no traditional include guard.
6 #include <string> 6 #include <string>
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "chrome/common/automation_constants.h" 9 #include "chrome/common/automation_constants.h"
10 #include "chrome/common/common_param_traits.h" 10 #include "chrome/common/common_param_traits.h"
11 #include "chrome/common/page_type.h"
12 #include "chrome/common/security_style.h" 11 #include "chrome/common/security_style.h"
13 #include "content/common/common_param_traits.h" 12 #include "content/common/common_param_traits.h"
13 #include "content/common/page_type.h"
14 #include "ipc/ipc_message_macros.h" 14 #include "ipc/ipc_message_macros.h"
15 #include "ipc/ipc_message_utils.h" 15 #include "ipc/ipc_message_utils.h"
16 #include "net/base/host_port_pair.h" 16 #include "net/base/host_port_pair.h"
17 #include "net/base/upload_data.h" 17 #include "net/base/upload_data.h"
18 #include "ui/gfx/rect.h" 18 #include "ui/gfx/rect.h"
19 19
20 // Singly-included section, not yet converted. 20 // Singly-included section, not yet converted.
21 #ifndef CHROME_COMMON_AUTOMATION_MESSAGES_H__ 21 #ifndef CHROME_COMMON_AUTOMATION_MESSAGES_H__
22 #define CHROME_COMMON_AUTOMATION_MESSAGES_H__ 22 #define CHROME_COMMON_AUTOMATION_MESSAGES_H__
23 23
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }; 357 };
358 358
359 } // namespace IPC 359 } // namespace IPC
360 360
361 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H__ 361 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H__
362 362
363 // Keep this internal message file unchanged to preserve line numbering 363 // Keep this internal message file unchanged to preserve line numbering
364 // (and hence the dubious __LINE__-based message numberings) across versions. 364 // (and hence the dubious __LINE__-based message numberings) across versions.
365 #include "chrome/common/automation_messages_internal.h" 365 #include "chrome/common/automation_messages_internal.h"
366 366
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698