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

Unified Diff: ios/web/public/favicon_url.cc

Issue 986743003: Upstream (most of) ios/web/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace comment Created 5 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
« no previous file with comments | « ios/web/public/favicon_url.h ('k') | ios/web/public/interstitials/web_interstitial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/favicon_url.cc
diff --git a/content/public/common/favicon_url.cc b/ios/web/public/favicon_url.cc
similarity index 71%
copy from content/public/common/favicon_url.cc
copy to ios/web/public/favicon_url.cc
index 68ba481b531178388feef27c198073f1555dce8a..53f1573337edaaf0446405733a50bf4eec47af0e 100644
--- a/content/public/common/favicon_url.cc
+++ b/ios/web/public/favicon_url.cc
@@ -1,10 +1,10 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright 2014 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.
-#include "content/public/common/favicon_url.h"
+#include "ios/web/public/favicon_url.h"
-namespace content {
+namespace web {
FaviconURL::FaviconURL()
: icon_type(INVALID_ICON) {
@@ -18,4 +18,4 @@ FaviconURL::FaviconURL(const GURL& url,
FaviconURL::~FaviconURL() {
}
-} // namespace content
+} // namespace web
« no previous file with comments | « ios/web/public/favicon_url.h ('k') | ios/web/public/interstitials/web_interstitial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698