commit | d883056a29c21e4f31d718c724e59ff569082252 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 22:01:54 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 22:01:54 2013 |
tree | b9e539679e5c986db006fe2e1fa1b53e05b318bc | |
parent | 24a555b6b78f1b053ee52d053ce63bbb70799e81 [diff] [blame] |
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 {