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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/common/clipboard_messages.h
diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h
index 8e417c071f6f7be55d5e1d61b196ee1c396c1fa1..a6c31a35458f621f1847d9f3aa11d6c7e2e740be 100644
--- a/content/common/clipboard_messages.h
+++ b/content/common/clipboard_messages.h
@@ -100,4 +100,4 @@ IPC_MESSAGE_CONTROL1(ClipboardHostMsg_CommitWrite, ui::ClipboardType /* type */)
#if defined(OS_MACOSX)
IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync,
base::string16 /* text */)
-#endif
+#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.

Powered by Google App Engine
This is Rietveld 408576698