| Index: content/common/database_connections_unittest.cc
|
| diff --git a/content/common/database_connections_unittest.cc b/content/common/database_connections_unittest.cc
|
| index 8d4608886407ddc05e4a0c8093b73666ef860077..9a169afd7314c560029971c0d4c1b4ce7b818563 100644
|
| --- a/content/common/database_connections_unittest.cc
|
| +++ b/content/common/database_connections_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include "webkit/common/database/database_connections.h"
|
|
|
| using base::ASCIIToUTF16;
|
| -using webkit_database::DatabaseConnections;
|
| -using webkit_database::DatabaseConnectionsWrapper;
|
| +using storage::DatabaseConnections;
|
| +using storage::DatabaseConnectionsWrapper;
|
|
|
| namespace content {
|
|
|
|
|