Index: chrome/browser/history/thumbnail_database_unittest.cc |
=================================================================== |
--- chrome/browser/history/thumbnail_database_unittest.cc (revision 27832) |
+++ chrome/browser/history/thumbnail_database_unittest.cc (working copy) |
@@ -1,11 +1,11 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2009 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/gfx/codec/jpeg_codec.h" |
#include "base/basictypes.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
-#include "base/gfx/jpeg_codec.h" |
#include "base/path_service.h" |
#include "chrome/browser/history/thumbnail_database.h" |
#include "chrome/common/chrome_paths.h" |
@@ -55,7 +55,7 @@ |
file_util::Delete(file_name_, false); |
google_bitmap_.reset( |
- JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail))); |
+ gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail))); |
} |
virtual void TearDown() { |