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

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

Issue 10948045: introduce chrome/browser/common directory and move url_database(and its dependencies) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
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/common/url_database/url_database.h"
12 #include "chrome/browser/history/download_database.h" 13 #include "chrome/browser/history/download_database.h"
13 #include "chrome/browser/history/history_types.h" 14 #include "chrome/browser/history/history_types.h"
14 #include "chrome/browser/history/url_database.h"
15 #include "chrome/browser/history/visit_database.h" 15 #include "chrome/browser/history/visit_database.h"
16 #include "chrome/browser/history/visitsegment_database.h" 16 #include "chrome/browser/history/visitsegment_database.h"
17 #include "sql/connection.h" 17 #include "sql/connection.h"
18 #include "sql/init_status.h" 18 #include "sql/init_status.h"
19 #include "sql/meta_table.h" 19 #include "sql/meta_table.h"
20 20
21 #if defined(OS_ANDROID) 21 #if defined(OS_ANDROID)
22 #include "chrome/browser/history/android/android_cache_database.h" 22 #include "chrome/browser/history/android/android_cache_database.h"
23 #include "chrome/browser/history/android/android_urls_database.h" 23 #include "chrome/browser/history/android/android_urls_database.h"
24 #endif 24 #endif
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 188
189 // See the getters above. 189 // See the getters above.
190 bool needs_version_17_migration_; 190 bool needs_version_17_migration_;
191 191
192 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase); 192 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase);
193 }; 193 };
194 194
195 } // namespace history 195 } // namespace history
196 196
197 #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_ 197 #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/history_backend.h ('k') | chrome/browser/history/history_notifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698