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

Unified Diff: ios/chrome/browser/ui/ntp/google_landing_view_controller.h

Issue 2829223004: Rename GoogleLandingController to GoogleLandingViewController.
Patch Set: Rebase Created 3 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: ios/chrome/browser/ui/ntp/google_landing_view_controller.h
diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller.h b/ios/chrome/browser/ui/ntp/google_landing_view_controller.h
similarity index 79%
rename from ios/chrome/browser/ui/ntp/google_landing_controller.h
rename to ios/chrome/browser/ui/ntp/google_landing_view_controller.h
index 2fa5cbbcb2709a61a1995e3af950257551a61a06..01859bfd073346bfa8c1864be9d201f55109d211 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_controller.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_view_controller.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 IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
-#define IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
+#ifndef IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
+#define IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
#import <UIKit/UIKit.h>
@@ -19,7 +19,7 @@
@protocol UrlLoader;
// Google centric new tab page.
-@interface GoogleLandingController
+@interface GoogleLandingViewController
: UIViewController<GoogleLandingConsumer,
LogoAnimationControllerOwnerOwner,
NewTabPagePanelProtocol,
@@ -31,4 +31,4 @@
@end
-#endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
+#endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_controller.h ('k') | ios/chrome/browser/ui/ntp/google_landing_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698