Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: webkit/database/database_util.h

Issue 15367010: Move webkit/database to webkit/browser and webkit/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/database_util.h
===================================================================
--- webkit/database/database_util.h (revision 201604)
+++ webkit/database/database_util.h (working copy)
@@ -1,38 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WEBKIT_DATABASE_DATABASE_UTIL_H_
-#define WEBKIT_DATABASE_DATABASE_UTIL_H_
-
-#include "base/string16.h"
-#include "googleurl/src/gurl.h"
-#include "webkit/storage/webkit_storage_export.h"
-
-namespace base {
-class FilePath;
-}
-
-namespace webkit_database {
-
-class DatabaseTracker;
-
-class WEBKIT_STORAGE_EXPORT DatabaseUtil {
- public:
- static const char kJournalFileSuffix[];
-
- // Extract various information from a database vfs_file_name. All return
- // parameters are optional.
- static bool CrackVfsFileName(const base::string16& vfs_file_name,
- base::string16* origin_identifier,
- base::string16* database_name,
- base::string16* sqlite_suffix);
- static base::FilePath GetFullFilePathForVfsFile(
- DatabaseTracker* db_tracker,
- const base::string16& vfs_file_name);
- static bool IsValidOriginIdentifier(const base::string16& origin_identifier);
-};
-
-} // namespace webkit_database
-
-#endif // WEBKIT_DATABASE_DATABASE_UTIL_H_
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698