summaryrefslogtreecommitdiffstats
path: root/app/gfx
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 20:10:35 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 20:10:35 +0000
commit5bfb6636b2aad4f9ead758800a40f481cabfd912 (patch)
treecadbae44d0fafce43b245850bf8bc480a8bcf61a /app/gfx
parent61632f50030e10d199c2173cff940af5f264b428 (diff)
downloadchromium_src-5bfb6636b2aad4f9ead758800a40f481cabfd912.zip
chromium_src-5bfb6636b2aad4f9ead758800a40f481cabfd912.tar.gz
chromium_src-5bfb6636b2aad4f9ead758800a40f481cabfd912.tar.bz2
Revert 16173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r--app/gfx/icon_util_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/gfx/icon_util_unittest.cc b/app/gfx/icon_util_unittest.cc
index 27f749d..ed65ca52 100644
--- a/app/gfx/icon_util_unittest.cc
+++ b/app/gfx/icon_util_unittest.cc
@@ -2,12 +2,12 @@
// 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 "app/gfx/icon_util.h"
#include "base/gfx/size.h"
#include "base/scoped_ptr.h"
#include "base/file_util.h"
#include "base/path_service.h"
+#include "chrome/common/chrome_paths.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(chrome::DIR_TEST_DATA, &test_data_directory_);
}
~IconUtilTest() {}