commit | e078590661444968a2c49a3e5464413714471dca | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu May 19 23:34:17 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu May 19 23:34:17 2011 |
tree | 13a4dbe4dedccc8057361bd86c89e065390247fc | |
parent | d9f76627b14170b95639619089139b6f0493ae8c [diff] [blame] |
Move scoped_temp_dir and scoped_native_library back from base/memory to base. It looks like they got moved accidentally in http://codereview.chromium.org/6714032 BUG=none TEST=none Review URL: http://codereview.chromium.org/7048007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86010 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/app/sql/statement_unittest.cc b/app/sql/statement_unittest.cc index 2cefd18f..0085d7cb 100644 --- a/app/sql/statement_unittest.cc +++ b/app/sql/statement_unittest.cc
@@ -7,7 +7,7 @@ #include "app/sql/connection.h" #include "app/sql/statement.h" #include "base/file_util.h" -#include "base/memory/scoped_temp_dir.h" +#include "base/scoped_temp_dir.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/sqlite/sqlite3.h"