diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 03:31:44 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 03:31:44 +0000 |
commit | 80720414325af11e0dccedaf8c8f65998f91ec76 (patch) | |
tree | b834366724189756614a45ada157e8021c33f8a3 /chrome/renderer/dom_ui_bindings.cc | |
parent | e515f5de833d9298682570fd2f70abb16d032912 (diff) | |
download | chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.zip chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.gz chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.bz2 |
Move scoped_vector.h and stl_util-inl.h to base/
http://crbug.com/11387
Review URL: http://codereview.chromium.org/107001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/dom_ui_bindings.cc')
-rw-r--r-- | chrome/renderer/dom_ui_bindings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/dom_ui_bindings.cc b/chrome/renderer/dom_ui_bindings.cc index 8e9373e..ff9ef18 100644 --- a/chrome/renderer/dom_ui_bindings.cc +++ b/chrome/renderer/dom_ui_bindings.cc @@ -5,9 +5,9 @@ #include "chrome/renderer/dom_ui_bindings.h" #include "base/json_writer.h" +#include "base/stl_util-inl.h" #include "base/values.h" #include "chrome/common/render_messages.h" -#include "chrome/common/stl_util-inl.h" DOMBoundBrowserObject::~DOMBoundBrowserObject() { STLDeleteContainerPointers(properties_.begin(), properties_.end()); |