OLD | NEW |
---|---|
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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_STORAGE_H_ | 5 #ifndef WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ |
6 #define WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ | 6 #define WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ |
7 | 7 |
8 #include <map> | 8 #include <map> |
9 #include <vector> | 9 #include <vector> |
10 | 10 |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
306 | 306 |
307 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, DelegateReferences); | 307 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, DelegateReferences); |
308 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, UsageMap); | 308 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, UsageMap); |
309 | 309 |
310 DISALLOW_COPY_AND_ASSIGN(AppCacheStorage); | 310 DISALLOW_COPY_AND_ASSIGN(AppCacheStorage); |
311 }; | 311 }; |
312 | 312 |
313 } // namespace appcache | 313 } // namespace appcache |
314 | 314 |
315 #endif // WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ | 315 #endif // WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ |
316 | |
michaeln
2011/07/14 22:53:16
it be better to revert this file and removing it f
marja(google)
2011/07/15 11:03:42
Done.
| |
OLD | NEW |