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

Unified Diff: chrome/utility/chrome_content_utility_client.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 | « chrome/renderer/webview_color_overlay.cc ('k') | chrome/utility/cloud_print/bitmap_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/chrome_content_utility_client.cc
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc
index 33adc50f1f6dc004dfb3e9b42e737956ab9aa8ef..e84cfb20162c69ef7d7e826a56f9142aba3d032d 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -23,7 +23,7 @@
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/zlib/google/zip.h"
#include "ui/gfx/codec/jpeg_codec.h"
-#include "ui/gfx/size.h"
+#include "ui/gfx/geometry/size.h"
#if !defined(OS_ANDROID)
#include "chrome/utility/profile_import_handler.h"
« no previous file with comments | « chrome/renderer/webview_color_overlay.cc ('k') | chrome/utility/cloud_print/bitmap_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698