| Index: components/html_viewer/touch_handler.h
|
| diff --git a/mojo/services/html_viewer/touch_handler.h b/components/html_viewer/touch_handler.h
|
| similarity index 91%
|
| rename from mojo/services/html_viewer/touch_handler.h
|
| rename to components/html_viewer/touch_handler.h
|
| index a4a8fbb6b5068cb8be53e319254cb713dec47e4c..460a3d5791c81b4d04f93161dfad730c11f7cf2b 100644
|
| --- a/mojo/services/html_viewer/touch_handler.h
|
| +++ b/components/html_viewer/touch_handler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_HTML_VIEWER_TOUCH_HANDLER_H_
|
| -#define MOJO_SERVICES_HTML_VIEWER_TOUCH_HANDLER_H_
|
| +#ifndef COMPONENTS_HTML_VIEWER_TOUCH_HANDLER_H_
|
| +#define COMPONENTS_HTML_VIEWER_TOUCH_HANDLER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "ui/events/gesture_detection/filtered_gesture_provider.h"
|
| @@ -59,4 +59,4 @@ class TouchHandler : public ui::GestureProviderClient {
|
|
|
| } // namespace html_viewer
|
|
|
| -#endif // MOJO_SERVICES_HTML_VIEWER_TOUCH_HANDLER_H_
|
| +#endif // COMPONENTS_HTML_VIEWER_TOUCH_HANDLER_H_
|
|
|