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

Unified Diff: components/infobars/core/confirm_infobar_delegate.h

Issue 289083004: infobars: Componentize ConfirmInfoBarDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « components/infobars/DEPS ('k') | components/infobars/core/confirm_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/core/confirm_infobar_delegate.h
diff --git a/chrome/browser/infobars/confirm_infobar_delegate.h b/components/infobars/core/confirm_infobar_delegate.h
similarity index 94%
rename from chrome/browser/infobars/confirm_infobar_delegate.h
rename to components/infobars/core/confirm_infobar_delegate.h
index e17b0fcbf676af53e02fab5e98b223c07558e672..399e9c234bc08e47863cd8df3d4bdd0d72940711 100644
--- a/chrome/browser/infobars/confirm_infobar_delegate.h
+++ b/components/infobars/core/confirm_infobar_delegate.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_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_
-#define CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_
+#ifndef COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_
+#define COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
@@ -82,4 +82,4 @@ class ConfirmInfoBarDelegate : public infobars::InfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
};
-#endif // CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_
+#endif // COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_
« no previous file with comments | « components/infobars/DEPS ('k') | components/infobars/core/confirm_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698