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

Unified Diff: webkit/browser/database/database_util.h

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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/browser/database/database_tracker.cc ('k') | webkit/browser/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/database_util.h
diff --git a/webkit/browser/database/database_util.h b/webkit/browser/database/database_util.h
index bb2a6f4dab048fe61d159d32856067d664d172c7..cce434cbc8bb18a966068f8e1f385c104086770f 100644
--- a/webkit/browser/database/database_util.h
+++ b/webkit/browser/database/database_util.h
@@ -1,39 +1,5 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright 2014 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_BROWSER_DATABASE_DATABASE_UTIL_H_
-#define WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
-
-#include <string>
-#include "base/strings/string16.h"
-#include "url/gurl.h"
-#include "webkit/browser/storage_browser_export.h"
-
-namespace base {
-class FilePath;
-}
-
-namespace storage {
-
-class DatabaseTracker;
-
-class 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,
- std::string* 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 std::string& origin_identifier);
-};
-
-} // namespace storage
-
-#endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
+#include "storage/browser/database/database_util.h"
« no previous file with comments | « webkit/browser/database/database_tracker.cc ('k') | webkit/browser/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698