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

Unified Diff: components/autofill/browser/address.h

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
« no previous file with comments | « no previous file | components/autofill/browser/address.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/address.h
diff --git a/components/autofill/browser/address.h b/components/autofill/browser/address.h
index 032a3feee9404cb7fcc89ff32b6c0ed6aa1b689d..d4d038605aa5aae22801d329bc5e27f6c84e7df1 100644
--- a/components/autofill/browser/address.h
+++ b/components/autofill/browser/address.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/compiler_specific.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "components/autofill/browser/autofill_type.h"
#include "components/autofill/browser/field_types.h"
#include "components/autofill/browser/form_group.h"
« no previous file with comments | « no previous file | components/autofill/browser/address.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698