From 87080c619c9d60f0ed3aa988d89b36c35eca95b1 Mon Sep 17 00:00:00 2001
From: "brettw@chromium.org"
 <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 14 Jan 2009 16:58:55 +0000
Subject: Remove a bunch of base dependencies from skia/ext. The only
 nontrivial change is in bitmap_platform_device_mac. The refcounting now
 matches the way the Windows file works. Review URL:
 http://codereview.chromium.org/17627

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8015 0039d316-1c4b-4281-b951-d872f2087c98
---
 skia/ext/skia_utils.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'skia/ext/skia_utils.h')

diff --git a/skia/ext/skia_utils.h b/skia/ext/skia_utils.h
index 86cb8f54..4ab40f3 100644
--- a/skia/ext/skia_utils.h
+++ b/skia/ext/skia_utils.h
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef BASE_GFX_SKIA_UTILS_H_
-#define BASE_GFX_SKIA_UTILS_H_
+#ifndef SKIA_EXT_SKIA_UTILS_H_
+#define SKIA_EXT_SKIA_UTILS_H_
 
 #include "SkColor.h"
 #include "SkShader.h"
-- 
cgit v1.1