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

Unified Diff: webkit/appcache/appcache_service_unittest.cc

Issue 14307012: webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « webkit/appcache/appcache_response.cc ('k') | webkit/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_service_unittest.cc
diff --git a/webkit/appcache/appcache_service_unittest.cc b/webkit/appcache/appcache_service_unittest.cc
index b8f08bab8b6d6293fa9f82d5335cb99862aa8391..30b882543461ee1d174059d8a22d07b2cb1666ef 100644
--- a/webkit/appcache/appcache_service_unittest.cc
+++ b/webkit/appcache/appcache_service_unittest.cc
@@ -89,9 +89,9 @@ class AppCacheServiceTest : public testing::Test {
kManifestUrl(kOrigin.Resolve("manifest")),
service_(new AppCacheService(NULL)),
delete_result_(net::OK), delete_completion_count_(0),
- ALLOW_THIS_IN_INITIALIZER_LIST(deletion_callback_(
+ deletion_callback_(
base::Bind(&AppCacheServiceTest::OnDeleteAppCachesComplete,
- base::Unretained(this)))) {
+ base::Unretained(this))) {
// Setup to use mock storage.
service_->storage_.reset(new MockAppCacheStorage(service_.get()));
}
« no previous file with comments | « webkit/appcache/appcache_response.cc ('k') | webkit/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698