Commit fc5427c5 authored by vsevik@chromium.org's avatar vsevik@chromium.org

Fixed path to WebRect in include after webkit roll.

TBR=abarth

Review URL: http://codereview.chromium.org/8833016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113385 0039d316-1c4b-4281-b951-d872f2087c98
parent 19bdc003
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "content/browser/accessibility/browser_accessibility_manager.h" #include "content/browser/accessibility/browser_accessibility_manager.h"
#include "content/public/common/content_client.h" #include "content/public/common/content_client.h"
#include "grit/webkit_strings.h" #include "grit/webkit_strings.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h"
// See http://openradar.appspot.com/9896491. This SPI has been tested on 10.5, // See http://openradar.appspot.com/9896491. This SPI has been tested on 10.5,
// 10.6, and 10.7. It allows accessibility clients to observe events posted on // 10.6, and 10.7. It allows accessibility clients to observe events posted on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment