From 98af9aca7168f061bfaae5cd4f4eb3f7de4e70e7 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Sun, 14 Mar 2010 19:06:30 +0000 Subject: Create a path provider for gfx, allowing the removal of the temporary app dependency. TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41552 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/icon_util_unittest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gfx/icon_util_unittest.cc') diff --git a/gfx/icon_util_unittest.cc b/gfx/icon_util_unittest.cc index 967a547..f7f9786 100644 --- a/gfx/icon_util_unittest.cc +++ b/gfx/icon_util_unittest.cc @@ -1,12 +1,12 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "app/app_paths.h" #include "base/gfx/size.h" #include "base/scoped_ptr.h" #include "base/file_util.h" #include "base/path_service.h" +#include "gfx/gfx_paths.h" #include "gfx/icon_util.h" #include "third_party/skia/include/core/SkBitmap.h" #include "testing/gtest/include/gtest/gtest.h" @@ -20,7 +20,7 @@ namespace { class IconUtilTest : public testing::Test { public: IconUtilTest() { - PathService::Get(app::DIR_TEST_DATA, &test_data_directory_); + PathService::Get(gfx::DIR_TEST_DATA, &test_data_directory_); } ~IconUtilTest() {} -- cgit v1.1