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

Unified Diff: storage/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: 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
Index: storage/browser/database/database_util.h
diff --git a/webkit/browser/database/database_util.h b/storage/browser/database/database_util.h
similarity index 83%
copy from webkit/browser/database/database_util.h
copy to storage/browser/database/database_util.h
index bb2a6f4dab048fe61d159d32856067d664d172c7..6c67fac930dd9ecc2cc81b086a768be7696e0730 100644
--- a/webkit/browser/database/database_util.h
+++ b/storage/browser/database/database_util.h
@@ -2,13 +2,13 @@
// 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_
+#ifndef STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_
+#define STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_
#include <string>
#include "base/strings/string16.h"
+#include "storage/browser/storage_browser_export.h"
#include "url/gurl.h"
-#include "webkit/browser/storage_browser_export.h"
namespace base {
class FilePath;
@@ -36,4 +36,4 @@ class STORAGE_EXPORT DatabaseUtil {
} // namespace storage
-#endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
+#endif // STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698