commit | ebe974f000199a7020da9855e326b31daad59be3 | [log] [tgz] |
---|---|---|
author | tfarina <[email protected]> | Sat Jan 03 04:25:32 2015 |
committer | Commit bot <[email protected]> | Sat Jan 03 04:26:28 2015 |
tree | 8d8229f8c47763ab9e1fabf12da07175adce5c5e | |
parent | 1ca83b0ff277b7ec1d10ed3a14dcca823ce72249 [diff] [blame] |
Cleanup: Update the path to gfx size 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 [email protected],[email protected] Review URL: https://codereview.chromium.org/832953002 Cr-Commit-Position: refs/heads/master@{#309873}
diff --git a/chrome/browser/thumbnails/content_analysis.h b/chrome/browser/thumbnails/content_analysis.h index 85fc735..66531525 100644 --- a/chrome/browser/thumbnails/content_analysis.h +++ b/chrome/browser/thumbnails/content_analysis.h
@@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/gfx/geometry/rect.h" -#include "ui/gfx/size.h" +#include "ui/gfx/geometry/size.h" class SkBitmap;