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

Issue 10827176: fix duplication issue for android path_service.cc (Closed)

Created:
8 years, 4 months ago by Wei James(wistoch)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org, yongsheng, Shouqun Liu, haitao.feng, hengzhi.wu
Visibility:
Public.

Description

fix duplication issue for android path_service.cc For x86 android, we cannot have two files with the same basename, even they are under different folders. BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -47 lines) Patch
M base/android/base_jni_registrar.cc View 1 chunk +1 line, -1 line 0 comments Download
D base/android/path_service.h View 1 chunk +0 lines, -18 lines 0 comments Download
D base/android/path_service.cc View 1 chunk +0 lines, -26 lines 0 comments Download
A + base/android/path_service_android.h View 0 chunks +-1 lines, --1 lines 1 comment Download
A + base/android/path_service_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/base.gypi View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Wei James(wistoch)
jar for the owner of base/ yfriedman for the owner of base/android/. thanks
8 years, 4 months ago (2012-08-06 02:16:09 UTC) #1
Yaron
lgtm http://chromiumcodereview.appspot.com/10827176/diff/1/base/android/path_service_android.h File base/android/path_service_android.h (right): http://chromiumcodereview.appspot.com/10827176/diff/1/base/android/path_service_android.h#newcode5 base/android/path_service_android.h:5: #ifndef BASE_ANDROID_PATH_SERVICE_H_ Update header guard to BASE_ANDROID_PATH_SERVICE_ANDROID_H_
8 years, 4 months ago (2012-08-06 16:05:43 UTC) #2
jar (doing other things)
With header guard change suggested by yaron.... LGTM
8 years, 4 months ago (2012-08-06 17:23:40 UTC) #3
nilesh
8 years, 4 months ago (2012-08-06 20:42:38 UTC) #4
On 2012/08/06 17:23:40, jar wrote:
> With header guard change suggested by yaron....
> 
> LGTM

Already done in: https://chromiumcodereview.appspot.com/10828152/

Powered by Google App Engine
This is Rietveld 408576698