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

Side by Side Diff: webkit/appcache/appcache_update_job.h

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 11 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
« no previous file with comments | « webkit/appcache/appcache_storage_impl.h ('k') | webkit/blob/blob_url_request_job.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_ 5 #ifndef WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_
6 #define WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_ 6 #define WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/task.h"
17 #include "googleurl/src/gurl.h" 16 #include "googleurl/src/gurl.h"
18 #include "net/base/completion_callback.h" 17 #include "net/base/completion_callback.h"
19 #include "net/http/http_response_headers.h" 18 #include "net/http/http_response_headers.h"
20 #include "net/url_request/url_request.h" 19 #include "net/url_request/url_request.h"
21 #include "webkit/appcache/appcache.h" 20 #include "webkit/appcache/appcache.h"
22 #include "webkit/appcache/appcache_export.h" 21 #include "webkit/appcache/appcache_export.h"
23 #include "webkit/appcache/appcache_host.h" 22 #include "webkit/appcache/appcache_host.h"
24 #include "webkit/appcache/appcache_interfaces.h" 23 #include "webkit/appcache/appcache_interfaces.h"
25 #include "webkit/appcache/appcache_response.h" 24 #include "webkit/appcache/appcache_response.h"
26 #include "webkit/appcache/appcache_storage.h" 25 #include "webkit/appcache/appcache_storage.h"
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 StoredState stored_state_; 300 StoredState stored_state_;
302 301
303 FRIEND_TEST_ALL_PREFIXES(AppCacheGroupTest, QueueUpdate); 302 FRIEND_TEST_ALL_PREFIXES(AppCacheGroupTest, QueueUpdate);
304 303
305 DISALLOW_COPY_AND_ASSIGN(AppCacheUpdateJob); 304 DISALLOW_COPY_AND_ASSIGN(AppCacheUpdateJob);
306 }; 305 };
307 306
308 } // namespace appcache 307 } // namespace appcache
309 308
310 #endif // WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_ 309 #endif // WEBKIT_APPCACHE_APPCACHE_UPDATE_JOB_H_
OLDNEW
« no previous file with comments | « webkit/appcache/appcache_storage_impl.h ('k') | webkit/blob/blob_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698