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

Unified Diff: content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc

Issue 16573003: Remove content/browser dependency on WebKit::WebIDBCallbacks and WebKit::WebIDBDatabaseCallbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace issues Created 7 years, 6 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/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc
diff --git a/content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc b/content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc
index b56d5740161c1fad3dd38010ce647c979696b6c9..4796b095b159afa5ee2c9e7b39819cc016e3f741 100644
--- a/content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc
+++ b/content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "content/browser/in_process_webkit/indexed_db_database_callbacks.h"
#include "content/browser/indexed_db/indexed_db_database_callbacks_wrapper.h"
namespace content {
IndexedDBDatabaseCallbacksWrapper::IndexedDBDatabaseCallbacksWrapper(
- WebKit::WebIDBDatabaseCallbacks* callbacks)
+ IndexedDBDatabaseCallbacks* callbacks)
: callbacks_(callbacks) {}
IndexedDBDatabaseCallbacksWrapper::~IndexedDBDatabaseCallbacksWrapper() {}

Powered by Google App Engine
This is Rietveld 408576698