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

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

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « components/visitedlink/browser/visitedlink_master.cc ('k') | content/common/plugin_list.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) 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 file, hence no include guard. 5 // Multiply-included file, hence no include guard.
6 // Inclusion of all message files present in content. Keep this file 6 // Inclusion of all message files present in content. Keep this file
7 // up-to-date when adding a new value to the IPCMessageStart enum in 7 // up to date when adding a new value to the IPCMessageStart enum in
8 // ipc/ipc_message_start.h to ensure the corresponding message file is 8 // ipc/ipc_message_start.h to ensure the corresponding message file is
9 // included here. 9 // included here.
10 #include "content/common/content_message_generator.h" 10 #include "content/common/content_message_generator.h"
11 #if defined(ENABLE_PLUGINS) 11 #if defined(ENABLE_PLUGINS)
12 #include "ppapi/proxy/ppapi_messages.h" 12 #include "ppapi/proxy/ppapi_messages.h"
13 #endif 13 #endif
OLDNEW
« no previous file with comments | « components/visitedlink/browser/visitedlink_master.cc ('k') | content/common/plugin_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698