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

Unified Diff: content/shell/shell_login_dialog.h

Issue 16756003: Use a direct include of strings headers in content/renderer and content/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/shell/shell_javascript_dialog_win.cc ('k') | content/shell/shell_login_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_login_dialog.h
diff --git a/content/shell/shell_login_dialog.h b/content/shell/shell_login_dialog.h
index 9f4495cd40b478b0863cbbc244d2f68ddb5dcab7..22abab461db4fd0d168df8f385ed395636635a85 100644
--- a/content/shell/shell_login_dialog.h
+++ b/content/shell/shell_login_dialog.h
@@ -6,7 +6,7 @@
#define CONTENT_SHELL_SHELL_LOGIN_DIALOG_H_
#include "base/compiler_specific.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "content/public/browser/resource_dispatcher_host_login_delegate.h"
#if defined(TOOLKIT_GTK)
« no previous file with comments | « content/shell/shell_javascript_dialog_win.cc ('k') | content/shell/shell_login_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698