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

Unified Diff: chrome/browser/android/ntp/new_tab_page_url_handler.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: Created 3 years, 9 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/android/ntp/new_tab_page_url_handler.cc
diff --git a/chrome/browser/android/ntp/new_tab_page_url_handler.cc b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
index 38dc11cb5e41825e861359a3eff38eff69d93ff9..c5e32fd7b4406b915c586eccad8f204f6949c8a0 100644
--- a/chrome/browser/android/ntp/new_tab_page_url_handler.cc
+++ b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
@@ -37,7 +37,7 @@ bool HandleAndroidNativePageURL(GURL* url,
// See http://crbug.com/654071.
if (base::FeatureList::IsEnabled(features::kNativeAndroidHistoryManager) &&
(url->host() == kChromeUIHistoryHost ||
- url->host() == kChromeUIHistoryFrameHost)) {
+ url->host() == kChromeUIHistoryFrameHost)) {
*url = GURL(content::kChromeUINativeHistoryURL);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698