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

Unified Diff: components/autofill/browser/autocomplete_history_manager.cc

Issue 16469004: Use a direct include of strings headers in components/, part 1. (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
Index: components/autofill/browser/autocomplete_history_manager.cc
diff --git a/components/autofill/browser/autocomplete_history_manager.cc b/components/autofill/browser/autocomplete_history_manager.cc
index f3f6f3f5a2db24d33dbda9a1e26c59c74fb61b5d..53cf8f90775b5090806eedf024dd634b5cef4583 100644
--- a/components/autofill/browser/autocomplete_history_manager.cc
+++ b/components/autofill/browser/autocomplete_history_manager.cc
@@ -7,7 +7,7 @@
#include <vector>
#include "base/prefs/pref_service.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "components/autofill/browser/autofill_external_delegate.h"
#include "components/autofill/browser/validation.h"

Powered by Google App Engine
This is Rietveld 408576698