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

Unified Diff: ios/web/web_state/credential.cc

Issue 1107083002: Upstream more leaf files in ios/web/web_state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-resync
Patch Set: Created 5 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
« no previous file with comments | « ios/web/public/web_state/web_state_observer_bridge.h ('k') | ios/web/web_state/js/credential_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/credential.cc
diff --git a/chrome/common/chrome_version.cc.version b/ios/web/web_state/credential.cc
similarity index 51%
copy from chrome/common/chrome_version.cc.version
copy to ios/web/web_state/credential.cc
index 54e062bb931046619a1e1a53298d2cbccbecccad..f7c08cc09732991d5c20b63e2cfc15056536d9d3 100644
--- a/chrome/common/chrome_version.cc.version
+++ b/ios/web/web_state/credential.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/chrome_constants.h"
+#include "ios/web/public/web_state/credential.h"
-namespace chrome {
+namespace web {
-const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
+Credential::Credential() = default;
-} // namespace chrome
+Credential::~Credential() = default;
+
+} // namespace web
« no previous file with comments | « ios/web/public/web_state/web_state_observer_bridge.h ('k') | ios/web/web_state/js/credential_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698