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

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

Issue 311263014: IndexedDB: Fix trivial cpplint.py errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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 unified diff | Download patch | Annotate | Revision Log
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_PROXY_WEBIDBFACTORY_IMPL_H_ 5 #ifndef CONTENT_CHILD_INDEXED_DB_WEBIDBFACTORY_IMPL_H_
6 #define CONTENT_CHILD_INDEXED_DB_PROXY_WEBIDBFACTORY_IMPL_H_ 6 #define CONTENT_CHILD_INDEXED_DB_WEBIDBFACTORY_IMPL_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "third_party/WebKit/public/platform/WebIDBCallbacks.h" 9 #include "third_party/WebKit/public/platform/WebIDBCallbacks.h"
10 #include "third_party/WebKit/public/platform/WebIDBDatabaseCallbacks.h" 10 #include "third_party/WebKit/public/platform/WebIDBDatabaseCallbacks.h"
11 #include "third_party/WebKit/public/platform/WebIDBFactory.h" 11 #include "third_party/WebKit/public/platform/WebIDBFactory.h"
12 #include "third_party/WebKit/public/platform/WebVector.h" 12 #include "third_party/WebKit/public/platform/WebVector.h"
13 13
14 namespace blink { 14 namespace blink {
15 class WebString; 15 class WebString;
16 } 16 }
(...skipping 18 matching lines...) Expand all
35 virtual void deleteDatabase(const blink::WebString& name, 35 virtual void deleteDatabase(const blink::WebString& name,
36 blink::WebIDBCallbacks* callbacks, 36 blink::WebIDBCallbacks* callbacks,
37 const blink::WebString& database_identifier); 37 const blink::WebString& database_identifier);
38 38
39 private: 39 private:
40 scoped_refptr<ThreadSafeSender> thread_safe_sender_; 40 scoped_refptr<ThreadSafeSender> thread_safe_sender_;
41 }; 41 };
42 42
43 } // namespace content 43 } // namespace content
44 44
45 #endif // CONTENT_CHILD_INDEXED_DB_PROXY_WEBIDBFACTORY_IMPL_H_ 45 #endif // CONTENT_CHILD_INDEXED_DB_WEBIDBFACTORY_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/indexed_db/webidbdatabase_impl.cc ('k') | content/common/indexed_db/indexed_db_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698