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

Side by Side Diff: storage/browser/quota/quota_database.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 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 STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_ 5 #ifndef STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_
6 #define STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_ 6 #define STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
14 #include "base/gtest_prod_util.h"
15 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
16 #include "base/time/time.h" 15 #include "base/time/time.h"
17 #include "base/timer/timer.h" 16 #include "base/timer/timer.h"
18 #include "storage/browser/storage_browser_export.h" 17 #include "storage/browser/storage_browser_export.h"
19 #include "storage/common/quota/quota_types.h" 18 #include "storage/common/quota/quota_types.h"
20 #include "url/gurl.h" 19 #include "url/gurl.h"
21 20
22 namespace content { 21 namespace content {
23 class QuotaDatabaseTest; 22 class QuotaDatabaseTest;
24 } 23 }
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 180
182 static const TableSchema kTables[]; 181 static const TableSchema kTables[];
183 static const IndexSchema kIndexes[]; 182 static const IndexSchema kIndexes[];
184 183
185 DISALLOW_COPY_AND_ASSIGN(QuotaDatabase); 184 DISALLOW_COPY_AND_ASSIGN(QuotaDatabase);
186 }; 185 };
187 186
188 } // namespace storage 187 } // namespace storage
189 188
190 #endif // STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_ 189 #endif // STORAGE_BROWSER_QUOTA_QUOTA_DATABASE_H_
OLDNEW
« no previous file with comments | « storage/browser/fileapi/sandbox_file_system_backend_delegate.h ('k') | sync/internal_api/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698