Commit fac11ee0 authored by pkasting@chromium.org's avatar pkasting@chromium.org

auto_login_info_bar_delegate.* -> auto_login_infobar_delegate.*, for...

auto_login_info_bar_delegate.* -> auto_login_infobar_delegate.*, for consistency with rest of codebase.

BUG=none
TEST=none

Review URL: https://codereview.chromium.org/14312005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194709 0039d316-1c4b-4281-b951-d872f2087c98
parent 427042b2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/ui/auto_login_info_bar_delegate.h" #include "chrome/browser/ui/auto_login_infobar_delegate.h"
#include "base/bind.h" #include "base/bind.h"
#include "base/logging.h" #include "base/logging.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_AUTO_LOGIN_INFO_BAR_DELEGATE_H_ #ifndef CHROME_BROWSER_UI_AUTO_LOGIN_INFOBAR_DELEGATE_H_
#define CHROME_BROWSER_UI_AUTO_LOGIN_INFO_BAR_DELEGATE_H_ #define CHROME_BROWSER_UI_AUTO_LOGIN_INFOBAR_DELEGATE_H_
#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/browser/infobars/confirm_infobar_delegate.h"
#include "components/auto_login_parser/auto_login_parser.h" #include "components/auto_login_parser/auto_login_parser.h"
...@@ -77,4 +77,4 @@ class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate, ...@@ -77,4 +77,4 @@ class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
DISALLOW_COPY_AND_ASSIGN(AutoLoginInfoBarDelegate); DISALLOW_COPY_AND_ASSIGN(AutoLoginInfoBarDelegate);
}; };
#endif // CHROME_BROWSER_UI_AUTO_LOGIN_INFO_BAR_DELEGATE_H_ #endif // CHROME_BROWSER_UI_AUTO_LOGIN_INFOBAR_DELEGATE_H_
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "chrome/browser/sync/profile_sync_service.h" #include "chrome/browser/sync/profile_sync_service.h"
#include "chrome/browser/sync/profile_sync_service_factory.h" #include "chrome/browser/sync/profile_sync_service_factory.h"
#include "chrome/browser/tab_contents/tab_util.h" #include "chrome/browser/tab_contents/tab_util.h"
#include "chrome/browser/ui/auto_login_info_bar_delegate.h"
#include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h" #include "chrome/common/pref_names.h"
#include "components/auto_login_parser/auto_login_parser.h" #include "components/auto_login_parser/auto_login_parser.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <string> #include <string>
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "chrome/browser/ui/auto_login_info_bar_delegate.h" #include "chrome/browser/ui/auto_login_infobar_delegate.h"
#include "content/public/browser/web_contents_observer.h" #include "content/public/browser/web_contents_observer.h"
#include "googleurl/src/gurl.h" #include "googleurl/src/gurl.h"
......
...@@ -247,8 +247,8 @@ ...@@ -247,8 +247,8 @@
'browser/ui/autofill/data_model_wrapper.h', 'browser/ui/autofill/data_model_wrapper.h',
'browser/ui/autofill/tab_autofill_manager_delegate.cc', 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
'browser/ui/autofill/tab_autofill_manager_delegate.h', 'browser/ui/autofill/tab_autofill_manager_delegate.h',
'browser/ui/auto_login_info_bar_delegate.cc', 'browser/ui/auto_login_infobar_delegate.cc',
'browser/ui/auto_login_info_bar_delegate.h', 'browser/ui/auto_login_infobar_delegate.h',
'browser/ui/auto_login_prompter.cc', 'browser/ui/auto_login_prompter.cc',
'browser/ui/auto_login_prompter.h', 'browser/ui/auto_login_prompter.h',
'browser/ui/base_window.h', 'browser/ui/base_window.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment