summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:45:41 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:45:41 +0000
commit86bf674d74391f0a29e1938dd824ea2ca9518ec4 (patch)
tree6a7927825cf52244ad65d3eaea19f12a9b14983e
parenta5da0aa93ab70006854396439e47c795716664c2 (diff)
downloadchromium_src-86bf674d74391f0a29e1938dd824ea2ca9518ec4.zip
chromium_src-86bf674d74391f0a29e1938dd824ea2ca9518ec4.tar.gz
chromium_src-86bf674d74391f0a29e1938dd824ea2ca9518ec4.tar.bz2
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
-rw-r--r--app/gfx/chrome_canvas_linux.cc2
1 files changed, 1 insertions, 1 deletions
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 <pango/pango.h>