Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6541)

Unified Diff: chrome/renderer/safe_browsing/phishing_thumbnailer.cc

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/safe_browsing/phishing_thumbnailer.cc
===================================================================
--- chrome/renderer/safe_browsing/phishing_thumbnailer.cc (revision 73642)
+++ chrome/renderer/safe_browsing/phishing_thumbnailer.cc (working copy)
@@ -8,7 +8,6 @@
#include "base/metrics/histogram.h"
#include "base/time.h"
#include "chrome/renderer/render_view.h"
-#include "gfx/size.h"
#include "skia/ext/bitmap_platform_device.h"
#include "skia/ext/image_operations.h"
#include "third_party/skia/include/core/SkBitmap.h"
@@ -16,6 +15,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
+#include "ui/gfx/size.h"
#include "webkit/glue/webkit_glue.h"
using WebKit::WebRect;
« no previous file with comments | « chrome/renderer/renderer_main_platform_delegate_win.cc ('k') | chrome/renderer/webgraphicscontext3d_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698