| Index: chrome/browser/dom_ui/dom_ui_screenshot_source.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/dom_ui_screenshot_source.cc (revision 72004)
|
| +++ chrome/browser/dom_ui/dom_ui_screenshot_source.cc (working copy)
|
| @@ -1,22 +1,17 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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 "chrome/browser/dom_ui/dom_ui_screenshot_source.h"
|
|
|
| -#include "base/callback.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/ref_counted_memory.h"
|
| -#include "base/task.h"
|
| -#include "base/threading/thread.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "base/task.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "gfx/codec/jpeg_codec.h"
|
| -#include "googleurl/src/gurl.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| static const char kCurrentScreenshot[] = "current";
|
| #if defined(OS_CHROMEOS)
|
|
|