Use a direct include of strings headers in chrome/browser/e*-h*/.

BUG=247723
TEST=none
[email protected]

Review URL: https://chromiumcodereview.appspot.com/16703006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205319 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/google/google_update_win.h b/chrome/browser/google/google_update_win.h
index 9b673de..d9b8951 100644
--- a/chrome/browser/google/google_update_win.h
+++ b/chrome/browser/google/google_update_win.h
@@ -7,7 +7,7 @@
 
 #include "base/basictypes.h"
 #include "base/memory/ref_counted.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
 #include "google_update/google_update_idl.h"
 
 namespace base {