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

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

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix components/OWNERS 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: components/infobars/core/infobar_delegate.h
diff --git a/chrome/browser/infobars/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
similarity index 96%
rename from chrome/browser/infobars/infobar_delegate.h
rename to components/infobars/core/infobar_delegate.h
index 05126e167997b71e50d519fefd0c089d4828987a..01f2bf329513ff46fb2e04800b9d94d3d7ba2080 100644
--- a/chrome/browser/infobars/infobar_delegate.h
+++ b/components/infobars/core/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_INFOBAR_DELEGATE_H_
-#define CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_
+#ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
+#define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
#include "base/basictypes.h"
#include "base/strings/string16.h"
@@ -140,4 +140,4 @@ class InfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);
};
-#endif // CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_
+#endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698