| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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_TEXT_DATABASE_H_ | 5 #ifndef CHROME_BROWSER_HISTORY_TEXT_DATABASE_H_ |
| 6 #define CHROME_BROWSER_HISTORY_TEXT_DATABASE_H_ | 6 #define CHROME_BROWSER_HISTORY_TEXT_DATABASE_H_ |
| 7 | 7 |
| 8 #include <set> | 8 #include <set> |
| 9 #include <vector> | 9 #include <vector> |
| 10 | 10 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 base::FilePath file_name_; | 156 base::FilePath file_name_; |
| 157 | 157 |
| 158 sql::MetaTable meta_table_; | 158 sql::MetaTable meta_table_; |
| 159 | 159 |
| 160 DISALLOW_COPY_AND_ASSIGN(TextDatabase); | 160 DISALLOW_COPY_AND_ASSIGN(TextDatabase); |
| 161 }; | 161 }; |
| 162 | 162 |
| 163 } // namespace history | 163 } // namespace history |
| 164 | 164 |
| 165 #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_H_ | 165 #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_H_ |
| OLD | NEW |