diff options
-rw-r--r-- | chrome/common/gfx/chrome_font_skia.cc | 1 | ||||
-rw-r--r-- | net/net.gyp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/gfx/chrome_font_skia.cc b/chrome/common/gfx/chrome_font_skia.cc index c77b5b9..bd83a61 100644 --- a/chrome/common/gfx/chrome_font_skia.cc +++ b/chrome/common/gfx/chrome_font_skia.cc @@ -58,7 +58,6 @@ void ChromeFont::calculateMetrics() { void ChromeFont::CopyChromeFont(const ChromeFont& other) { typeface_helper_.reset(new SkAutoUnref(other.typeface_)); typeface_ = other.typeface_; - typeface_->ref(); font_name_ = other.font_name_; font_size_ = other.font_size_; style_ = other.style_; diff --git a/net/net.gyp b/net/net.gyp index dae63e6..4432bf8 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -500,7 +500,7 @@ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', ], - 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', + 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', 'sources': [ 'tools/tld_cleanup/tld_cleanup.cc', ], |