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

Unified Diff: content/common/indexed_db/indexed_db_metadata.cc

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 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: content/common/indexed_db/indexed_db_metadata.cc
diff --git a/content/browser/indexed_db/indexed_db_metadata.cc b/content/common/indexed_db/indexed_db_metadata.cc
similarity index 97%
rename from content/browser/indexed_db/indexed_db_metadata.cc
rename to content/common/indexed_db/indexed_db_metadata.cc
index 899c881ad13de7a080c3b417f0b2fbe3ccf8d1dc..e049a646c2ca7a98cb9b343da95b3ff7e032dcb4 100644
--- a/content/browser/indexed_db/indexed_db_metadata.cc
+++ b/content/common/indexed_db/indexed_db_metadata.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/indexed_db/indexed_db_metadata.h"
+#include "content/common/indexed_db/indexed_db_metadata.h"
namespace content {
« no previous file with comments | « content/common/indexed_db/indexed_db_metadata.h ('k') | content/common/indexed_db/indexed_db_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698