commit | e746341f17ca1ec9623fef6d480343fa3ef4ec88 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 22:53:46 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 22:53:46 2013 |
tree | b988695b3446682e40a4dd8fefacf8b73f26f1c1 | |
parent | 2ff32055aedb65ad79e1ac32cc0dbf95d71f5056 [diff] [blame] |
Use a direct include of strings headers in chrome/browser/a*-c*/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16742003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205335 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 5710591..d545ba3 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc
@@ -13,7 +13,7 @@ #include "base/lazy_instance.h" #include "base/path_service.h" #include "base/prefs/pref_service.h" -#include "base/string_number_conversions.h" +#include "base/strings/string_number_conversions.h" #include "base/strings/utf_string_conversions.h" #include "base/threading/sequenced_worker_pool.h" #include "chrome/app/breakpad_mac.h"