| Index: content/renderer/pepper/ppb_scrollbar_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/ppb_scrollbar_impl.h (revision 213482)
|
| +++ content/renderer/pepper/ppb_scrollbar_impl.h (working copy)
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_PPAPI_PPB_SCROLLBAR_IMPL_H_
|
| -#define WEBKIT_PLUGINS_PPAPI_PPB_SCROLLBAR_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_PEPPER_PPB_SCROLLBAR_IMPL_H_
|
| +#define CONTENT_RENDERER_PEPPER_PPB_SCROLLBAR_IMPL_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "content/renderer/pepper/ppb_widget_impl.h"
|
| #include "ppapi/thunk/ppb_scrollbar_api.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "third_party/WebKit/public/web/WebPluginScrollbarClient.h"
|
| #include "ui/gfx/rect.h"
|
| -#include "webkit/plugins/ppapi/ppb_widget_impl.h"
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
| @@ -75,4 +75,4 @@
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_PLUGINS_PPAPI_PPB_SCROLLBAR_IMPL_H_
|
| +#endif // CONTENT_RENDERER_PEPPER_PPB_SCROLLBAR_IMPL_H_
|
|
|