From 86bf674d74391f0a29e1938dd824ea2ca9518ec4 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 6 May 2009 00:45:41 +0000 Subject: Fix build bustage by correcting include line - forgot to grab this from my linux box. TBR=brettw Review URL: http://codereview.chromium.org/113013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15362 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gfx/chrome_canvas_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/gfx/chrome_canvas_linux.cc') diff --git a/app/gfx/chrome_canvas_linux.cc b/app/gfx/chrome_canvas_linux.cc index 5f8b430..262c9db 100644 --- a/app/gfx/chrome_canvas_linux.cc +++ b/app/gfx/chrome_canvas_linux.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/common/gfx/chrome_canvas.h" +#include "app/gfx/chrome_canvas.h" #include -- cgit v1.1