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

Unified Diff: storage/common/database/database_connections.h

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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 | « storage/common/data_element.cc ('k') | storage/common/database/database_connections.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/database/database_connections.h
diff --git a/webkit/common/database/database_connections.h b/storage/common/database/database_connections.h
similarity index 93%
copy from webkit/common/database/database_connections.h
copy to storage/common/database/database_connections.h
index 88421cba35a5ae307510fcc31ca3026a7c252013..ab4812e01e856a045e8d8cc0871f3b434a6a179d 100644
--- a/webkit/common/database/database_connections.h
+++ b/storage/common/database/database_connections.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
-#define WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
+#ifndef STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
+#define STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
#include <map>
#include <string>
@@ -12,7 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "base/synchronization/lock.h"
-#include "webkit/common/storage_common_export.h"
+#include "storage/common/storage_common_export.h"
namespace base {
class MessageLoopProxy;
@@ -96,4 +96,4 @@ class STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper
} // namespace storage
-#endif // WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
+#endif // STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
« no previous file with comments | « storage/common/data_element.cc ('k') | storage/common/database/database_connections.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698