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

Issue 5849001: Move GUID utils to src/chrome/common. (Closed)

Created:
10 years ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., pam+watch_chromium.org, brettw-cc_chromium.org, James Hawkins, dhollowa, ncarter (slow), Raghu Simha, idana, tim (not reviewing), Ilya Sherman
Visibility:
Public.

Description

Move GUID utils to src/chrome/common. BUG=None TEST=compiles,unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69347

Patch Set 1 : - #

Total comments: 2

Patch Set 2 : - #

Patch Set 3 : chrome/common #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -27 lines) Patch
M chrome/browser/autofill/autofill_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_profile.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_profile_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/credit_card.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager_unittest.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
chrome/browser/dom_ui/options/autofill_options_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_token_fetcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_change_processor.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_model_associator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_database.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/webdata/web_database_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 2 chunks +1 line, -1 line 0 comments Download
A + chrome/common/guid.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/common/guid.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/guid_posix.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/guid_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/guid_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
I will need to use guid.h in chrome/service for remoting.
10 years ago (2010-12-15 01:02:40 UTC) #1
Ilya Sherman
http://codereview.chromium.org/5849001/diff/10001/base/guid.h File base/guid.h (right): http://codereview.chromium.org/5849001/diff/10001/base/guid.h#newcode30 base/guid.h:30: } // namespace guid nit: // namespace base
10 years ago (2010-12-15 01:37:52 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/5849001/diff/10001/base/guid.h File base/guid.h (right): http://codereview.chromium.org/5849001/diff/10001/base/guid.h#newcode30 base/guid.h:30: } // namespace guid On 2010/12/15 01:37:52, Ilya Sherman ...
10 years ago (2010-12-15 01:45:05 UTC) #3
dhollowa
My prediction is that Brett will favor chrome/common/guid*.
10 years ago (2010-12-15 01:55:36 UTC) #4
brettw
Indeed! Any time you want to add anything in base, please list any alternate places ...
10 years ago (2010-12-15 07:30:38 UTC) #5
Ilya Sherman
On 2010/12/15 07:30:38, brettw wrote: > In this case, I can think of at least ...
10 years ago (2010-12-15 07:34:49 UTC) #6
Sergey Ulanov
On 2010/12/15 07:30:38, brettw wrote: > Indeed! Any time you want to add anything in ...
10 years ago (2010-12-15 21:24:52 UTC) #7
brettw
On Wed, Dec 15, 2010 at 1:24 PM, <sergeyu@chromium.org> wrote: > On 2010/12/15 07:30:38, brettw ...
10 years ago (2010-12-15 21:36:56 UTC) #8
Sergey Ulanov
On 2010/12/15 21:36:56, brettw wrote: > On Wed, Dec 15, 2010 at 1:24 PM, <mailto:sergeyu@chromium.org> ...
10 years ago (2010-12-15 22:27:32 UTC) #9
dhollowa
LGTM.
10 years ago (2010-12-15 22:36:45 UTC) #10
brettw
10 years ago (2010-12-15 22:37:53 UTC) #11
Thanks! (I'm assuming you don't need a detailed review from me).

Powered by Google App Engine
This is Rietveld 408576698