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

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

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 #include "base/strings/string16.h" 5 #include "base/strings/string16.h"
6 #include "ipc/ipc_message_macros.h" 6 #include "ipc/ipc_message_macros.h"
7 #include "ui/gfx/rect.h" 7 #include "ui/gfx/rect.h"
8 8
9 #define IPC_MESSAGE_START ValidationMessageMsgStart 9 #define IPC_MESSAGE_START ValidationMessageMsgStart
10 10
11 IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage, 11 IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage,
12 int /* route id */, 12 int /* route id */,
13 gfx::Rect /* anchor rectangle in root view coordinate */, 13 gfx::Rect /* anchor rectangle in root view coordinate */,
14 string16 /* validation message */, 14 base::string16 /* validation message */,
15 string16 /* supplemental text */) 15 base::string16 /* supplemental text */)
16 16
17 IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage) 17 IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage)
18 18
19 IPC_MESSAGE_CONTROL2(ValidationMessageMsg_MoveValidationMessage, 19 IPC_MESSAGE_CONTROL2(ValidationMessageMsg_MoveValidationMessage,
20 int /* route id */, 20 int /* route id */,
21 gfx::Rect /* anchor rectangle in root view coordinate */) 21 gfx::Rect /* anchor rectangle in root view coordinate */)
22 22
OLDNEW
« no previous file with comments | « chrome/common/translate/language_detection_details.h ('k') | chrome/common/web_application_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698