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

Issue 11227026: Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/. (Closed)

Created:
8 years, 2 months ago by Jói
Modified:
8 years, 2 months ago
CC:
chromium-reviews, tfarina, cbentzel+watch_chromium.org, erikwright+watch_chromium.org, browser-components-watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/. TBR=ben@chromium.org BUG=155525 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163840

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Merge to head. #

Patch Set 4 : Address review comments. #

Patch Set 5 : Fix Win build #

Total comments: 2

Patch Set 6 : namespace around all #

Patch Set 7 : Fix Win build for real. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -444 lines) Patch
A .gitmodules View 1 2 3 4 5 1 chunk +476 lines, -0 lines 0 comments Download
M base/base.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + base/files/important_file_writer.h View 1 2 3 6 chunks +14 lines, -11 lines 0 comments Download
A + base/files/important_file_writer.cc View 1 2 3 4 5 6 8 chunks +16 lines, -14 lines 0 comments Download
A + base/files/important_file_writer_unittest.cc View 1 2 3 9 chunks +14 lines, -10 lines 0 comments Download
M base/prefs/DEPS View 1 1 chunk +0 lines, -5 lines 0 comments Download
M base/prefs/json_pref_store.h View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_storage.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/net/transport_security_persister.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/important_file_writer.h View 1 chunk +0 lines, -113 lines 0 comments Download
D chrome/common/important_file_writer.cc View 1 chunk +0 lines, -157 lines 0 comments Download
D chrome/common/important_file_writer_unittest.cc View 1 chunk +0 lines, -122 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Jói
8 years, 2 months ago (2012-10-22 15:43:05 UTC) #1
brettw
Is there any more stuff that will need to be moved or is this all ...
8 years, 2 months ago (2012-10-23 05:22:47 UTC) #2
Jói
As far as I can tell, this is the last thing that will move to ...
8 years, 2 months ago (2012-10-23 10:58:13 UTC) #3
brettw
Okay, for the record I really hate this, but I don't have a better idea. ...
8 years, 2 months ago (2012-10-23 17:16:32 UTC) #4
Jói
I'll move ImportantFileWriter to the base namespace and to base/files and send for review again ...
8 years, 2 months ago (2012-10-23 18:40:28 UTC) #5
Jói
PTAL, I have made the changes we discussed. Cheers, Jói
8 years, 2 months ago (2012-10-23 19:25:56 UTC) #6
brettw
lgtm http://codereview.chromium.org/11227026/diff/5004/base/files/important_file_writer.cc File base/files/important_file_writer.cc (right): http://codereview.chromium.org/11227026/diff/5004/base/files/important_file_writer.cc#newcode89 base/files/important_file_writer.cc:89: namespace base { I usually put this around ...
8 years, 2 months ago (2012-10-24 03:30:53 UTC) #7
Jói
http://codereview.chromium.org/11227026/diff/5004/base/files/important_file_writer.cc File base/files/important_file_writer.cc (right): http://codereview.chromium.org/11227026/diff/5004/base/files/important_file_writer.cc#newcode89 base/files/important_file_writer.cc:89: namespace base { On 2012/10/24 03:30:54, brettw wrote: > ...
8 years, 2 months ago (2012-10-24 10:19:17 UTC) #8
Jói
TBR=ben@ for mechanical updates (include paths, namespace).
8 years, 2 months ago (2012-10-24 13:46:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11227026/27001
8 years, 2 months ago (2012-10-24 13:47:18 UTC) #10
commit-bot: I haz the power
Change committed as 163840
8 years, 2 months ago (2012-10-24 16:33:42 UTC) #11
Ben Goodger (Google)
8 years, 2 months ago (2012-10-24 17:33:43 UTC) #12
lgtm

Powered by Google App Engine
This is Rietveld 408576698