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

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

Issue 182253004: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor classes into one Created 6 years, 10 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 87%
rename from chrome/browser/ui/auto_login_prompter.h
rename to chrome/browser/ui/android/infobars/auto_login_prompter.h
index 27f28d79bdc84143c81ae5fc84e8d9491432b3fe..be161b916e7c89231c00d769e7bd3dfc4456d247 100644
--- a/chrome/browser/ui/auto_login_prompter.h
+++ b/chrome/browser/ui/android/infobars/auto_login_prompter.h
@@ -2,13 +2,13 @@
// 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>
#include "base/compiler_specific.h"
-#include "chrome/browser/ui/auto_login_infobar_delegate.h"
+#include "chrome/browser/ui/android/infobars/auto_login_infobar_delegate.h"
#include "content/public/browser/web_contents_observer.h"
#include "url/gurl.h"
@@ -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_

Powered by Google App Engine
This is Rietveld 408576698