| Index: third_party/WebKit/public/web/WebSelection.h
|
| diff --git a/third_party/WebKit/public/web/WebSelection.h b/third_party/WebKit/public/web/WebSelection.h
|
| index 4fef0306ed1205f0813e659378c63c305bc14515..8052acab4ea4b3f94cb0094ea05612fbff73c55f 100644
|
| --- a/third_party/WebKit/public/web/WebSelection.h
|
| +++ b/third_party/WebKit/public/web/WebSelection.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef WebSelection_h
|
| #define WebSelection_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebSelectionBound.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebSelectionBound.h"
|
|
|
| namespace blink {
|
|
|
|
|