summaryrefslogtreecommitdiffstats
path: root/ui/snapshot
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-31 07:20:09 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-31 15:20:57 +0000
commit3b0452d6e7831089c3041d1ab6c71f8de234d8e9 (patch)
treedc2ff93b8fad55be49415414dbd948da7c1d53c9 /ui/snapshot
parent33fc10063b42c14a5f4652a93aca29f803d4d49d (diff)
downloadchromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.zip
chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.gz
chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.bz2
Cleanup: Update the path to gfx rect headers.
The geometry headers were moved from /ui/gfx/ to ui/gfx/geometry, so we are updating the include paths to fix this. BUG=395370 TEST=compiles TBR=sky@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/823133004 Cr-Commit-Position: refs/heads/master@{#309814}
Diffstat (limited to 'ui/snapshot')
-rw-r--r--ui/snapshot/screenshot_grabber.h2
-rw-r--r--ui/snapshot/snapshot_aura_unittest.cc2
-rw-r--r--ui/snapshot/snapshot_ios.mm2
-rw-r--r--ui/snapshot/snapshot_mac.mm2
-rw-r--r--ui/snapshot/snapshot_mac_unittest.mm2
5 files changed, 5 insertions, 5 deletions
diff --git a/ui/snapshot/screenshot_grabber.h b/ui/snapshot/screenshot_grabber.h
index 117b3ce..c52584f 100644
--- a/ui/snapshot/screenshot_grabber.h
+++ b/ui/snapshot/screenshot_grabber.h
@@ -15,7 +15,7 @@
#include "base/observer_list.h"
#include "base/time/time.h"
#include "ui/aura/window.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
#include "ui/snapshot/screenshot_grabber_observer.h"
#include "ui/snapshot/snapshot_export.h"
diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
index 02c1350..3172618 100644
--- a/ui/snapshot/snapshot_aura_unittest.cc
+++ b/ui/snapshot/snapshot_aura_unittest.cc
@@ -18,9 +18,9 @@
#include "ui/compositor/test/context_factories_for_test.h"
#include "ui/compositor/test/draw_waiter_for_test.h"
#include "ui/gfx/canvas.h"
+#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/gfx_paths.h"
#include "ui/gfx/image/image.h"
-#include "ui/gfx/rect.h"
#include "ui/gfx/size_conversions.h"
#include "ui/gfx/transform.h"
#include "ui/gl/gl_implementation.h"
diff --git a/ui/snapshot/snapshot_ios.mm b/ui/snapshot/snapshot_ios.mm
index 872b486..d75f204 100644
--- a/ui/snapshot/snapshot_ios.mm
+++ b/ui/snapshot/snapshot_ios.mm
@@ -5,8 +5,8 @@
#include "ui/snapshot/snapshot.h"
#include "base/callback.h"
+#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/image/image.h"
-#include "ui/gfx/rect.h"
namespace ui {
diff --git a/ui/snapshot/snapshot_mac.mm b/ui/snapshot/snapshot_mac.mm
index aa94fe5..1a3116a 100644
--- a/ui/snapshot/snapshot_mac.mm
+++ b/ui/snapshot/snapshot_mac.mm
@@ -11,8 +11,8 @@
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_nsobject.h"
#include "base/task_runner.h"
+#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/image/image.h"
-#include "ui/gfx/rect.h"
namespace ui {
diff --git a/ui/snapshot/snapshot_mac_unittest.mm b/ui/snapshot/snapshot_mac_unittest.mm
index 2765792..7387d6e 100644
--- a/ui/snapshot/snapshot_mac_unittest.mm
+++ b/ui/snapshot/snapshot_mac_unittest.mm
@@ -10,7 +10,7 @@
#include "base/mac/sdk_forward_declarations.h"
#include "base/memory/scoped_ptr.h"
#include "testing/platform_test.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
namespace ui {
namespace {