| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/expire_history_backend_unittest.cc (revision 27832)
|
| +++ chrome/browser/history/expire_history_backend_unittest.cc (working copy)
|
| @@ -1,12 +1,12 @@
|
| -// 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/compiler_specific.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| -#include "base/gfx/jpeg_codec.h"
|
| #include "base/path_service.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| @@ -205,7 +205,7 @@
|
|
|
| // Thumbnails for each URL.
|
| scoped_ptr<SkBitmap> thumbnail(
|
| - JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
|
| + gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
|
| ThumbnailScore score(0.25, true, true, Time::Now());
|
|
|
| Time time;
|
|
|