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

Unified Diff: content/child/child_shared_bitmap_manager.cc

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 12 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.h ('k') | content/child/image_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_shared_bitmap_manager.cc
diff --git a/content/child/child_shared_bitmap_manager.cc b/content/child/child_shared_bitmap_manager.cc
index 66982328c70b1d5d23359aa07411b5d19b7bd75a..5cccb6d36b6f37923dee5db8c643a65808c19ccc 100644
--- a/content/child/child_shared_bitmap_manager.cc
+++ b/content/child/child_shared_bitmap_manager.cc
@@ -8,7 +8,7 @@
#include "base/process/process_metrics.h"
#include "content/child/child_thread.h"
#include "content/common/child_process_messages.h"
-#include "ui/gfx/size.h"
+#include "ui/gfx/geometry/size.h"
namespace content {
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.h ('k') | content/child/image_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698