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

Unified Diff: content/renderer/render_view_impl_params.h

Issue 102593002: Convert string16 to base::string16 in content. (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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl_params.h
diff --git a/content/renderer/render_view_impl_params.h b/content/renderer/render_view_impl_params.h
index 3aec4334d101797e44d6ff769ed59b04bf27d5ce..5993f308999746585cf44468fcadf9d4d00fb942 100644
--- a/content/renderer/render_view_impl_params.h
+++ b/content/renderer/render_view_impl_params.h
@@ -30,7 +30,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
int32 main_frame_routing_id,
int32 surface_id,
int64 session_storage_namespace_id,
- const string16& frame_name,
+ const base::string16& frame_name,
bool is_renderer_created,
bool swapped_out,
bool hidden,
@@ -47,7 +47,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
int32 main_frame_routing_id;
int32 surface_id;
int64 session_storage_namespace_id;
- const string16& frame_name;
+ const base::string16& frame_name;
bool is_renderer_created;
bool swapped_out;
bool hidden;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698