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

Side by Side Diff: chrome/browser/history/history_database.h

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include Created 5 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
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/history/history_database.cc » ('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 CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_ 5 #ifndef CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_
6 #define CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_ 6 #define CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
11 #include "build/build_config.h" 11 #include "build/build_config.h"
12 #include "chrome/browser/history/download_database.h" 12 #include "components/history/core/browser/download_database.h"
13 #include "components/history/core/browser/url_database.h" 13 #include "components/history/core/browser/url_database.h"
14 #include "components/history/core/browser/visit_database.h" 14 #include "components/history/core/browser/visit_database.h"
15 #include "components/history/core/browser/visitsegment_database.h" 15 #include "components/history/core/browser/visitsegment_database.h"
16 #include "sql/connection.h" 16 #include "sql/connection.h"
17 #include "sql/init_status.h" 17 #include "sql/init_status.h"
18 #include "sql/meta_table.h" 18 #include "sql/meta_table.h"
19 19
20 #if defined(OS_ANDROID) 20 #if defined(OS_ANDROID)
21 #include "components/history/core/android/android_cache_database.h" 21 #include "components/history/core/android/android_cache_database.h"
22 #include "components/history/core/android/android_urls_database.h" 22 #include "components/history/core/android/android_urls_database.h"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 sql::MetaTable meta_table_; 187 sql::MetaTable meta_table_;
188 188
189 base::Time cached_early_expiration_threshold_; 189 base::Time cached_early_expiration_threshold_;
190 190
191 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase); 191 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase);
192 }; 192 };
193 193
194 } // namespace history 194 } // namespace history
195 195
196 #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_ 196 #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/history/history_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698