| Index: trunk/src/webkit/common/database/database_identifier.cc
|
| ===================================================================
|
| --- trunk/src/webkit/common/database/database_identifier.cc (revision 257532)
|
| +++ trunk/src/webkit/common/database/database_identifier.cc (working copy)
|
| @@ -56,7 +56,7 @@
|
|
|
| // static
|
| DatabaseIdentifier DatabaseIdentifier::Parse(const std::string& identifier) {
|
| - if (!base::IsStringASCII(identifier))
|
| + if (!IsStringASCII(identifier))
|
| return DatabaseIdentifier();
|
|
|
| size_t first_underscore = identifier.find_first_of('_');
|
|
|