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

Unified Diff: chrome/common/automation_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/badge_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_messages.h
diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h
index c01b93a6fc3525cafb6a123f86bd51f0f607c832..07b884278849ed73ded8a3c27db161f5538e5ac9 100644
--- a/chrome/common/automation_messages.h
+++ b/chrome/common/automation_messages.h
@@ -29,7 +29,7 @@ IPC_ENUM_TRAITS(content::PageType)
IPC_STRUCT_BEGIN(AutomationMsg_Find_Params)
// The word(s) to find on the page.
- IPC_STRUCT_MEMBER(string16, search_string)
+ IPC_STRUCT_MEMBER(base::string16, search_string)
// Whether to search forward or backward within the page.
IPC_STRUCT_MEMBER(bool, forward)
« no previous file with comments | « no previous file | chrome/common/badge_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698