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

Unified Diff: ipc/ipc_message_utils.h

Issue 16415016: Move nullable_string16.h to the string subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/dom_storage_messages.h ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils.h
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
index ac324e039e7ab3bf16b53a7a7976fe906279b40f..7fda943f355a882533c2f8916d4ba8ce64d4186b 100644
--- a/ipc/ipc_message_utils.h
+++ b/ipc/ipc_message_utils.h
@@ -45,12 +45,11 @@
#error "Please add the noinline property for your new compiler here."
#endif
-class NullableString16;
-
namespace base {
class DictionaryValue;
class FilePath;
class ListValue;
+class NullableString16;
class Time;
class TimeDelta;
class TimeTicks;
@@ -454,8 +453,8 @@ struct IPC_EXPORT ParamTraits<base::ListValue> {
};
template <>
-struct IPC_EXPORT ParamTraits<NullableString16> {
- typedef NullableString16 param_type;
+struct IPC_EXPORT ParamTraits<base::NullableString16> {
+ typedef base::NullableString16 param_type;
static void Write(Message* m, const param_type& p);
static bool Read(const Message* m, PickleIterator* iter,
param_type* r);
« no previous file with comments | « content/common/dom_storage_messages.h ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698