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

Unified Diff: chrome/browser/api/infobars/confirm_infobar_delegate.h

Issue 10843071: Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/api/infobars/confirm_infobar_delegate.h
diff --git a/chrome/browser/tab_contents/confirm_infobar_delegate.h b/chrome/browser/api/infobars/confirm_infobar_delegate.h
similarity index 91%
rename from chrome/browser/tab_contents/confirm_infobar_delegate.h
rename to chrome/browser/api/infobars/confirm_infobar_delegate.h
index cf95bcc29c5cdf994b71b80364aaec27aba098b3..e793bd7c18d0596ae950c93b6148b2ea34cd1fe3 100644
--- a/chrome/browser/tab_contents/confirm_infobar_delegate.h
+++ b/chrome/browser/api/infobars/confirm_infobar_delegate.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_TAB_CONTENTS_CONFIRM_INFOBAR_DELEGATE_H_
-#define CHROME_BROWSER_TAB_CONTENTS_CONFIRM_INFOBAR_DELEGATE_H_
+#ifndef CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_
+#define CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/string16.h"
-#include "chrome/browser/infobars/infobar_delegate.h"
+#include "chrome/browser/api/infobars/infobar_delegate.h"
// An interface derived from InfoBarDelegate implemented by objects wishing to
// control a ConfirmInfoBar.
@@ -73,4 +73,4 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
};
-#endif // CHROME_BROWSER_TAB_CONTENTS_CONFIRM_INFOBAR_DELEGATE_H_
+#endif // CHROME_BROWSER_API_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698