| Index: chrome/browser/instant/instant_loader.cc
|
| ===================================================================
|
| --- chrome/browser/instant/instant_loader.cc (revision 73642)
|
| +++ chrome/browser/instant/instant_loader.cc (working copy)
|
| @@ -38,10 +38,10 @@
|
| #include "chrome/common/page_transition_types.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/renderer_preferences.h"
|
| -#include "gfx/codec/png_codec.h"
|
| #include "ipc/ipc_message.h"
|
| #include "net/http/http_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/gfx/codec/png_codec.h"
|
|
|
| namespace {
|
|
|
|
|