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

Side by Side Diff: chrome/browser/webdata/web_database.h

Issue 18263: Move search engines files into subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/browser/webdata/web_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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_WEBDATA_WEB_DATABASE_H__ 5 #ifndef CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__
6 #define CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__ 6 #define CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "chrome/browser/meta_table_helper.h" 12 #include "chrome/browser/meta_table_helper.h"
13 #include "chrome/browser/template_url.h" 13 #include "chrome/browser/search_engines/template_url.h"
14 #include "chrome/common/sqlite_utils.h" 14 #include "chrome/common/sqlite_utils.h"
15 #include "skia/include/SkBitmap.h" 15 #include "skia/include/SkBitmap.h"
16 #include "webkit/glue/autofill_form.h" 16 #include "webkit/glue/autofill_form.h"
17 17
18 namespace base { 18 namespace base {
19 class Time; 19 class Time;
20 } 20 }
21 struct PasswordForm; 21 struct PasswordForm;
22 #if defined(OS_WIN) 22 #if defined(OS_WIN)
23 struct IE7PasswordInfo; 23 struct IE7PasswordInfo;
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 void MigrateOldVersionsAsNeeded(); 206 void MigrateOldVersionsAsNeeded();
207 207
208 sqlite3* db_; 208 sqlite3* db_;
209 int transaction_nesting_; 209 int transaction_nesting_;
210 MetaTableHelper meta_table_; 210 MetaTableHelper meta_table_;
211 211
212 DISALLOW_COPY_AND_ASSIGN(WebDatabase); 212 DISALLOW_COPY_AND_ASSIGN(WebDatabase);
213 }; 213 };
214 214
215 #endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__ 215 #endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/browser/webdata/web_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698