Chromium Code Reviews| Index: webkit/database/database_util.cc |
| =================================================================== |
| --- webkit/database/database_util.cc (revision 85361) |
| +++ webkit/database/database_util.cc (working copy) |
| @@ -12,6 +12,8 @@ |
| namespace webkit_database { |
| +const char DatabaseUtil::kJournalFileSuffix[] = "-journal"; |
| + |
| bool DatabaseUtil::CrackVfsFileName(const string16& vfs_file_name, |
| string16* origin_identifier, |
| string16* database_name, |