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

Side by Side Diff: content/child/indexed_db/webidbdatabase_impl.h

Issue 1133153002: Move Indexed DB Blink API headers to public/platform/modules/indexeddb (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_ 5 #ifndef CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_
6 #define CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_ 6 #define CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "third_party/WebKit/public/platform/WebIDBCursor.h" 10 #include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h"
11 #include "third_party/WebKit/public/platform/WebIDBDatabase.h" 11 #include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabase.h"
12 #include "third_party/WebKit/public/platform/WebIDBTypes.h" 12 #include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h"
13 13
14 namespace blink { 14 namespace blink {
15 class WebBlobInfo; 15 class WebBlobInfo;
16 class WebIDBCallbacks; 16 class WebIDBCallbacks;
17 class WebIDBDatabaseCallbacks; 17 class WebIDBDatabaseCallbacks;
18 class WebString; 18 class WebString;
19 } 19 }
20 20
21 namespace content { 21 namespace content {
22 class ThreadSafeSender; 22 class ThreadSafeSender;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 private: 105 private:
106 int32 ipc_database_id_; 106 int32 ipc_database_id_;
107 int32 ipc_database_callbacks_id_; 107 int32 ipc_database_callbacks_id_;
108 scoped_refptr<ThreadSafeSender> thread_safe_sender_; 108 scoped_refptr<ThreadSafeSender> thread_safe_sender_;
109 }; 109 };
110 110
111 } // namespace content 111 } // namespace content
112 112
113 #endif // CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_ 113 #endif // CONTENT_CHILD_INDEXED_DB_WEBIDBDATABASE_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/indexed_db/webidbcursor_impl_unittest.cc ('k') | content/child/indexed_db/webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698