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

Side by Side Diff: content/common/clipboard_messages.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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, so no include guard. 5 // Multiply-included message file, so no include guard.
6 6
7 #include <map> 7 #include <map>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 base::string16 /* title */) 93 base::string16 /* title */)
94 IPC_SYNC_MESSAGE_CONTROL3_0(ClipboardHostMsg_WriteImage, 94 IPC_SYNC_MESSAGE_CONTROL3_0(ClipboardHostMsg_WriteImage,
95 ui::ClipboardType /* type */, 95 ui::ClipboardType /* type */,
96 gfx::Size /* size */, 96 gfx::Size /* size */,
97 base::SharedMemoryHandle /* bitmap handle */) 97 base::SharedMemoryHandle /* bitmap handle */)
98 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_CommitWrite, ui::ClipboardType /* type */) 98 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_CommitWrite, ui::ClipboardType /* type */)
99 99
100 #if defined(OS_MACOSX) 100 #if defined(OS_MACOSX)
101 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, 101 IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync,
102 base::string16 /* text */) 102 base::string16 /* text */)
103 #endif 103 #endif // CONTENT_COMMON_CLIPBOARD_MESSAGES_H_
Avi (use Gerrit) 2015/02/25 20:28:30 // defined(OS_MACOSX) (and, as this file has no i
tfarina 2015/02/25 20:35:30 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698