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

Unified Diff: chrome/browser/ui/omnibox/alternate_nav_url_fetcher.h

Issue 11825005: Move alternate_nav_infobar_delegate.* from c/b/infobars/ to c/b/ui/omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update chrome_browser_ui.gypi as well Created 7 years, 11 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/omnibox/alternate_nav_url_fetcher.h
diff --git a/chrome/browser/alternate_nav_url_fetcher.h b/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.h
similarity index 92%
rename from chrome/browser/alternate_nav_url_fetcher.h
rename to chrome/browser/ui/omnibox/alternate_nav_url_fetcher.h
index ca888cec43b2275e1ff38616be9cf6d0986d421d..8460fef7e88cc4e57ed58179cfa33aced0973254 100644
--- a/chrome/browser/alternate_nav_url_fetcher.h
+++ b/chrome/browser/ui/omnibox/alternate_nav_url_fetcher.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ALTERNATE_NAV_URL_FETCHER_H_
-#define CHROME_BROWSER_ALTERNATE_NAV_URL_FETCHER_H_
+#ifndef CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_URL_FETCHER_H_
+#define CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_URL_FETCHER_H_
#include <string>
@@ -89,4 +89,4 @@ class AlternateNavURLFetcher : public content::NotificationObserver,
DISALLOW_COPY_AND_ASSIGN(AlternateNavURLFetcher);
};
-#endif // CHROME_BROWSER_ALTERNATE_NAV_URL_FETCHER_H_
+#endif // CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_URL_FETCHER_H_
« no previous file with comments | « chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc ('k') | chrome/browser/ui/omnibox/alternate_nav_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698