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

Side by Side Diff: content/browser/storage_partition_impl.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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 (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 CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_ 5 #ifndef CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_
6 #define CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_ 6 #define CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/gtest_prod_util.h"
10 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
11 #include "content/browser/appcache/chrome_appcache_service.h" 12 #include "content/browser/appcache/chrome_appcache_service.h"
12 #include "content/browser/background_sync/background_sync_context_impl.h" 13 #include "content/browser/background_sync/background_sync_context_impl.h"
13 #include "content/browser/cache_storage/cache_storage_context_impl.h" 14 #include "content/browser/cache_storage/cache_storage_context_impl.h"
14 #include "content/browser/dom_storage/dom_storage_context_wrapper.h" 15 #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
15 #include "content/browser/host_zoom_level_context.h" 16 #include "content/browser/host_zoom_level_context.h"
16 #include "content/browser/indexed_db/indexed_db_context_impl.h" 17 #include "content/browser/indexed_db/indexed_db_context_impl.h"
17 #include "content/browser/media/webrtc_identity_store.h" 18 #include "content/browser/media/webrtc_identity_store.h"
18 #include "content/browser/navigator_connect/navigator_connect_context_impl.h" 19 #include "content/browser/navigator_connect/navigator_connect_context_impl.h"
19 #include "content/browser/notifications/platform_notification_context_impl.h" 20 #include "content/browser/notifications/platform_notification_context_impl.h"
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 // StoragePartitionImplMap which then owns StoragePartitionImpl. When the 193 // StoragePartitionImplMap which then owns StoragePartitionImpl. When the
193 // BrowserContext is destroyed, |this| will be destroyed too. 194 // BrowserContext is destroyed, |this| will be destroyed too.
194 BrowserContext* browser_context_; 195 BrowserContext* browser_context_;
195 196
196 DISALLOW_COPY_AND_ASSIGN(StoragePartitionImpl); 197 DISALLOW_COPY_AND_ASSIGN(StoragePartitionImpl);
197 }; 198 };
198 199
199 } // namespace content 200 } // namespace content
200 201
201 #endif // CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_ 202 #endif // CONTENT_BROWSER_STORAGE_PARTITION_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698