diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 13:52:13 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 13:52:13 +0000 |
commit | 26dd01c633413eb3268b2f92d05c65c1a3c0969c (patch) | |
tree | 562812e153e86d65010a3dbea7f9bad3c988c516 /content/port | |
parent | fe36b91a88705a8548b96014795414a8c445ed3b (diff) | |
download | chromium_src-26dd01c633413eb3268b2f92d05c65c1a3c0969c.zip chromium_src-26dd01c633413eb3268b2f92d05c65c1a3c0969c.tar.gz chromium_src-26dd01c633413eb3268b2f92d05c65c1a3c0969c.tar.bz2 |
Use a direct include of strings headers in content/p*/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16358021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r-- | content/port/browser/render_widget_host_view_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h index a61e925..805e596 100644 --- a/content/port/browser/render_widget_host_view_port.h +++ b/content/port/browser/render_widget_host_view_port.h @@ -7,7 +7,7 @@ #include "base/callback.h" #include "base/process_util.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "cc/output/compositor_frame.h" #include "content/common/content_export.h" #include "content/port/common/input_event_ack_state.h" |