commit | 0836da0963a43e9abd8dae4bcadbec05e570cb96 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 19:33:35 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 19:33:35 2013 |
tree | 9cef7995c5b7491ccb056142f585af7ae548d157 | |
parent | 7dd182324b86eefe7e3e3078daf0fd1d59031c7f [diff] [blame] |
Use a direct include of strings headers in ash/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16739005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205277 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/extended_desktop_unittest.cc b/ash/extended_desktop_unittest.cc index d41f28a2..2a780f3 100644 --- a/ash/extended_desktop_unittest.cc +++ b/ash/extended_desktop_unittest.cc
@@ -14,7 +14,7 @@ #include "ash/wm/window_cycle_controller.h" #include "ash/wm/window_properties.h" #include "ash/wm/window_util.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "ui/aura/client/activation_client.h" #include "ui/aura/client/capture_client.h" #include "ui/aura/client/focus_client.h"