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

Unified Diff: content/browser/renderer_host/render_view_host.h

Issue 6878089: Add and use a base::i18n::StringWithDirection for carrying titles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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
Index: content/browser/renderer_host/render_view_host.h
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h
index 1084ae940e604bc8df68b09e2db555c8a1d27f09..bed4785eba630810f1e3bda59cd051cada541fb8 100644
--- a/content/browser/renderer_host/render_view_host.h
+++ b/content/browser/renderer_host/render_view_host.h
@@ -49,6 +49,12 @@ struct WebDropData;
struct WebPreferences;
struct UserMetricsAction;
+namespace base {
+namespace i18n {
+class StringWithDirection;
+}
+}
+
namespace gfx {
class Point;
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698