| Index: content/renderer/android/disambiguation_popup_helper.h
|
| diff --git a/content/renderer/disambiguation_popup_helper.h b/content/renderer/android/disambiguation_popup_helper.h
|
| similarity index 80%
|
| rename from content/renderer/disambiguation_popup_helper.h
|
| rename to content/renderer/android/disambiguation_popup_helper.h
|
| index 0238f8a562ceda7027c25240c31c5bfed0f48246..ae9ef807920e779047d8152f01cb3b5e28884bf2 100644
|
| --- a/content/renderer/disambiguation_popup_helper.h
|
| +++ b/content/renderer/android/disambiguation_popup_helper.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 CONTENT_RENDERER_DISAMBIGUATION_POPUP_HELPER_H_
|
| -#define CONTENT_RENDERER_DISAMBIGUATION_POPUP_HELPER_H_
|
| +#ifndef CONTENT_RENDERER_ANDROID_DISAMBIGUATION_POPUP_HELPER_H_
|
| +#define CONTENT_RENDERER_ANDROID_DISAMBIGUATION_POPUP_HELPER_H_
|
|
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| @@ -33,4 +33,4 @@ class DisambiguationPopupHelper {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_DISAMBIGUATION_POPUP_HELPER_H_
|
| +#endif // CONTENT_RENDERER_ANDROID_DISAMBIGUATION_POPUP_HELPER_H_
|
|
|