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

Side by Side Diff: tools/ipc_fuzzer/message_lib/all_messages.h

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Final" fix. Created 7 years 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
« chrome/common/DEPS ('K') | « tools/ipc_fuzzer/message_lib/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 file, hence no include guard. 5 // Multiply-included file, hence no include guard.
6 // Inclusion of all message files recognized by message_lib. All messages 6 // Inclusion of all message files recognized by message_lib. All messages
7 // received by RenderProcessHost should be included here for the IPC fuzzer. 7 // received by RenderProcessHost should be included here for the IPC fuzzer.
8 8
9 #include "chrome/common/all_messages.h" 9 #include "chrome/common/all_messages.h"
10 #include "components/autofill/core/common/autofill_messages.h" 10 #include "components/autofill/content/common/autofill_messages.h"
11 #include "components/nacl/common/nacl_host_messages.h" 11 #include "components/nacl/common/nacl_host_messages.h"
12 #include "components/tracing/tracing_messages.h" 12 #include "components/tracing/tracing_messages.h"
13 #include "components/visitedlink/common/visitedlink_messages.h" 13 #include "components/visitedlink/common/visitedlink_messages.h"
14 #include "content/common/all_messages.h" 14 #include "content/common/all_messages.h"
OLDNEW
« chrome/common/DEPS ('K') | « tools/ipc_fuzzer/message_lib/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698