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

Unified Diff: base/base64.cc

Issue 10795083: Enable some parts of base that were previously disabled in base_untrusted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« base/DEPS ('K') | « base/base.gypi ('k') | base/base_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base64.cc
diff --git a/base/base64.cc b/base/base64.cc
index 19079788c6ce61df5a3dd188d79b0e25ff959d3c..ddca3923b56cf96a357563a63c11bb11552b81ff 100644
--- a/base/base64.cc
+++ b/base/base64.cc
@@ -4,7 +4,11 @@
#include "base/base64.h"
+#include "base/compiler_specific.h"
+
+MSVC_PUSH_DISABLE_WARNING(4267);
#include "third_party/modp_b64/modp_b64.h"
+MSVC_POP_WARNING();
namespace base {
« base/DEPS ('K') | « base/base.gypi ('k') | base/base_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698