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

Side by Side Diff: chrome/browser/history/archived_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_ARCHIVED_DATABASE_H_ 5 #ifndef CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H_
6 #define CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H_ 6 #define CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "chrome/browser/history/url_database.h" 9 #include "chrome/browser/common/url_database/url_database.h"
10 #include "chrome/browser/history/visit_database.h" 10 #include "chrome/browser/history/visit_database.h"
11 #include "sql/connection.h" 11 #include "sql/connection.h"
12 #include "sql/init_status.h" 12 #include "sql/init_status.h"
13 #include "sql/meta_table.h" 13 #include "sql/meta_table.h"
14 14
15 class FilePath; 15 class FilePath;
16 16
17 namespace history { 17 namespace history {
18 18
19 // Encapsulates the database operations for archived history. 19 // Encapsulates the database operations for archived history.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 // The database. 59 // The database.
60 sql::Connection db_; 60 sql::Connection db_;
61 sql::MetaTable meta_table_; 61 sql::MetaTable meta_table_;
62 62
63 DISALLOW_COPY_AND_ASSIGN(ArchivedDatabase); 63 DISALLOW_COPY_AND_ASSIGN(ArchivedDatabase);
64 }; 64 };
65 65
66 } // namespace history 66 } // namespace history
67 67
68 #endif // CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H_ 68 #endif // CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/android/bookmark_model_sql_handler.cc ('k') | chrome/browser/history/history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698