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

Issue 10641013: Build fix after r143476 (Closed)

Created:
8 years, 6 months ago by Nico
Modified:
8 years, 6 months ago
Reviewers:
oshima
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Build fix after r143476 BUG=132910 TEST=green bots TBR=oshima Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=143482

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M chrome/browser/resources/about_conflicts.html View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
8 years, 6 months ago (2012-06-21 22:59:23 UTC) #1
oshima
8 years, 6 months ago (2012-06-21 23:17:27 UTC) #2
lgtm

On Thu, Jun 21, 2012 at 3:59 PM, <thakis@chromium.org> wrote:

> Reviewers: oshima,
>
> Description:
> Build fix after r143476
>
> BUG=132910
> TEST=green bots
> TBR=oshima
>
> Committed: https://src.chromium.org/**viewvc/chrome?view=rev&**
>
revision=143482<https://src.chromium.org/viewvc/chrome?view=rev&revision=143482>
>
> Please review this at
https://chromiumcodereview.**appspot.com/10641013/<https://chromiumcodereview...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M chrome/browser/resources/**about_conflicts.html
>
>
> Index: chrome/browser/resources/**about_conflicts.html
> diff --git a/chrome/browser/resources/**about_conflicts.html
> b/chrome/browser/resources/**about_conflicts.html
> index 7a1f85afbc435e4592d787bc7541f0**2afeeb3b42..**
> d5b7f17000f305025fc9fc48c16fb2**9a535e8998 100644
> --- a/chrome/browser/resources/**about_conflicts.html
> +++ b/chrome/browser/resources/**about_conflicts.html
> @@ -26,7 +26,7 @@ div#header {
>  }
>
>  #header h1 {
> -  background: url('../../app/theme/about_**conflicts.png') 0px 20px
> no-repeat;
> +  background: url('../../app/theme/default_**100_percent/about_conflicts.
> **png') 0px 20px no-repeat;
>   display: inline;
>   margin: 0;
>   padding-bottom: 43px;
> @@ -35,7 +35,7 @@ div#header {
>  }
>
>  html[dir=rtl] #header h1 {
> -  background: url('../../app/theme/about_**conflicts.png') right
> no-repeat;
> +  background: url('../../app/theme/default_**100_percent/about_conflicts.
> **png') right no-repeat;
>   padding-right: 95px;
>   padding-left: 0;
>  }
>
>
>

Powered by Google App Engine
This is Rietveld 408576698