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

Issue 2843062: Header Cleanup2: Remove another include of sqlite_utils.h that is not needed. (Closed)

Created:
10 years, 5 months ago by tfarina
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Base URL:
git://git.chromium.org/chromium.git
Visibility:
Public.

Description

Header Cleanup2: Remove another include of sqlite_utils.h that is not needed. BUG=None TEST=trybots Signed-off-by: Thiago Farina <tfarina@chromium.org>; Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52837

Patch Set 1 #

Total comments: 3

Patch Set 2 : revert some changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M chrome/browser/password_manager/login_database.cc View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tfarina
Hi Scott, may you have a look?
10 years, 5 months ago (2010-07-17 16:27:23 UTC) #1
Scott Hess - ex-Googler
The login_database.cc change looks good, but I don't think I agree with the other change. ...
10 years, 5 months ago (2010-07-17 17:59:39 UTC) #2
tfarina
http://codereview.chromium.org/2843062/diff/1/3 File chrome/browser/task_manager_resource_providers.cc (right): http://codereview.chromium.org/2843062/diff/1/3#newcode13 chrome/browser/task_manager_resource_providers.cc:13: #endif On 2010/07/17 17:59:39, shess wrote: > I should ...
10 years, 5 months ago (2010-07-17 18:03:33 UTC) #3
Scott Hess - ex-Googler
http://codereview.chromium.org/2843062/diff/1/3 File chrome/browser/task_manager_resource_providers.cc (right): http://codereview.chromium.org/2843062/diff/1/3#newcode13 chrome/browser/task_manager_resource_providers.cc:13: #endif On 2010/07/17 18:03:33, tfarina wrote: > On 2010/07/17 ...
10 years, 5 months ago (2010-07-17 18:18:19 UTC) #4
tfarina
On 2010/07/17 18:18:19, shess wrote: > http://codereview.chromium.org/2843062/diff/1/3 > File chrome/browser/task_manager_resource_providers.cc (right): > > http://codereview.chromium.org/2843062/diff/1/3#newcode13 > ...
10 years, 5 months ago (2010-07-17 18:29:18 UTC) #5
tfarina
On 2010/07/17 18:29:18, tfarina wrote: > Why have another util file to talk with sqlite? ...
10 years, 5 months ago (2010-07-17 18:31:10 UTC) #6
Scott Hess - ex-Googler
On 2010/07/17 18:29:18, tfarina wrote: > On 2010/07/17 18:18:19, shess wrote: > >I notice > ...
10 years, 5 months ago (2010-07-17 18:36:46 UTC) #7
tfarina
On 2010/07/17 18:36:46, shess wrote: > > Would you like me to close this issue, ...
10 years, 5 months ago (2010-07-17 18:43:33 UTC) #8
tfarina
On 2010/07/17 18:36:46, shess wrote: > > Would you like me to close this issue, ...
10 years, 5 months ago (2010-07-17 18:50:28 UTC) #9
tfarina
On 2010/07/17 18:50:28, tfarina wrote: > On 2010/07/17 18:36:46, shess wrote: > > > Would ...
10 years, 5 months ago (2010-07-17 18:51:14 UTC) #10
Scott Hess - ex-Googler
Yes, I think that pulling that 5-line stanza out and sharing it would be an ...
10 years, 5 months ago (2010-07-18 00:13:36 UTC) #11
Scott Hess - ex-Googler
Earlier LGTM on this part still stands.
10 years, 5 months ago (2010-07-18 00:15:40 UTC) #12
tfarina
On Sat, Jul 17, 2010 at 9:15 PM, <shess@chromium.org> wrote: > Earlier LGTM on this ...
10 years, 5 months ago (2010-07-18 00:22:39 UTC) #13
tfarina
10 years, 5 months ago (2010-07-18 00:29:44 UTC) #14
On 2010/07/18 00:13:36, shess wrote:
> Yes, I think that pulling that 5-line stanza out and sharing it would
> be an improvement over replicating it to a half-dozen files.  Though
> the app/sql/ files obviously couldn't include it.
> 
Sure, I will prepare a patch for that. My idea is to add the sqlite3.h in the
app/sql/ directory so it can be shared by chrome/common/, webkit/, and
chrome/renderer/.

Powered by Google App Engine
This is Rietveld 408576698