Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1954)

Unified Diff: content/renderer/android/disambiguation_popup_helper.h

Issue 1926173002: Erase LinkDisambiguation code on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another merge conflict Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « content/public/browser/web_contents_view_delegate.cc ('k') | content/renderer/android/disambiguation_popup_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698