commit | 74ebfb1e113e26bb16d79ade8918d5f86035f278 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 20:48:00 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 20:48:00 2013 |
tree | 36af43b99d9b7e4692bac532dc3db1558ddff977 | |
parent | c742f1ad84a6a2748a375ae2f496fa02c3bcdb56 [diff] [blame] |
Use a direct include of utf_string_conversions.h in content/. BUG=none TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16408017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204917 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc index de320b7..90f161d 100644 --- a/content/browser/plugin_data_remover_impl.cc +++ b/content/browser/plugin_data_remover_impl.cc
@@ -9,8 +9,8 @@ #include "base/bind.h" #include "base/metrics/histogram.h" #include "base/sequenced_task_runner_helpers.h" +#include "base/strings/utf_string_conversions.h" #include "base/synchronization/waitable_event.h" -#include "base/utf_string_conversions.h" #include "base/version.h" #include "content/browser/plugin_process_host.h" #include "content/browser/plugin_service_impl.h"