commit | 112158af2b74ec67707c85f6df26fb5547b37b6f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 23:46:18 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 23:46:18 2013 |
tree | 4fd6ac75eab55eebe72b7cc05d8ff5e96662af36 | |
parent | 5b86251b266a60f8fe4fee2e942b8299a75935cc [diff] [blame] |
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. BUG=none TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16561007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204977 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc index 30cf64fe..72e42eb2 100644 --- a/chrome/browser/memory_details_win.cc +++ b/chrome/browser/memory_details_win.cc
@@ -10,7 +10,7 @@ #include "base/file_version_info.h" #include "base/files/file_path.h" #include "base/string_util.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "base/win/scoped_handle.h" #include "base/win/windows_version.h" #include "chrome/common/chrome_version_info.h"