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

Unified Diff: chrome/browser/ui/android/infobars/auto_login_prompter.h

Issue 235863025: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant comment. Created 6 years, 8 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: chrome/browser/ui/android/infobars/auto_login_prompter.h
diff --git a/chrome/browser/ui/auto_login_prompter.h b/chrome/browser/ui/android/infobars/auto_login_prompter.h
similarity index 90%
rename from chrome/browser/ui/auto_login_prompter.h
rename to chrome/browser/ui/android/infobars/auto_login_prompter.h
index 55607b4be7b5d9e16771d4181d95680447dd1498..d55eb67e407db692a30040f4500a68beb3d9dc10 100644
--- a/chrome/browser/ui/auto_login_prompter.h
+++ b/chrome/browser/ui/android/infobars/auto_login_prompter.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 CHROME_BROWSER_UI_AUTO_LOGIN_PROMPTER_H_
-#define CHROME_BROWSER_UI_AUTO_LOGIN_PROMPTER_H_
+#ifndef CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_PROMPTER_H_
+#define CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_PROMPTER_H_
#include <string>
@@ -66,4 +66,4 @@ class AutoLoginPrompter : public content::WebContentsObserver {
DISALLOW_COPY_AND_ASSIGN(AutoLoginPrompter);
};
-#endif // CHROME_BROWSER_UI_AUTO_LOGIN_PROMPTER_H_
+#endif // CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_PROMPTER_H_
« no previous file with comments | « chrome/browser/resources/options/sync_section.html ('k') | chrome/browser/ui/android/infobars/auto_login_prompter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698