commit | f9b294366f85223697866b32ff47a5bbd6b768e3 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:22:31 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:22:31 2013 |
tree | 55bb100da2e9314397c0ab0cd007ec819cc03fbe | |
parent | 5bad2f7234e08a8f32ad78b12223bbb4945ee03e [diff] [blame] |
Use a direct include of strings headers in chrome/browser/j*-n*/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/15897014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205293 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc index 72e42eb2..5ce6032 100644 --- a/chrome/browser/memory_details_win.cc +++ b/chrome/browser/memory_details_win.cc
@@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/file_version_info.h" #include "base/files/file_path.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/win/scoped_handle.h" #include "base/win/windows_version.h"