From d5ca2bc110d2bcf78dbfafc8b4f8d69663594e77 Mon Sep 17 00:00:00 2001 From: brettw Date: Fri, 29 May 2015 15:15:47 -0700 Subject: Move Tuple to base namespace. Namespace change only, no functionality change. The only non-search-and-replace change is in generate_gmock_mutant.py which changes some line wrapping logic for the generated gmock_mutant header. NOPRESUBMIT=true (No presubmit due to long lines in the generated gmock_mutant.h header). R=sky Review URL: https://codereview.chromium.org/1159553007 Cr-Commit-Position: refs/heads/master@{#332058} --- extensions/utility/unpacker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/utility') diff --git a/extensions/utility/unpacker.cc b/extensions/utility/unpacker.cc index c61faa2..a65aabb 100644 --- a/extensions/utility/unpacker.cc +++ b/extensions/utility/unpacker.cc @@ -264,7 +264,7 @@ bool Unpacker::AddDecodedImage(const base::FilePath& path) { return false; } - internal_data_->decoded_images.push_back(MakeTuple(image_bitmap, path)); + internal_data_->decoded_images.push_back(base::MakeTuple(image_bitmap, path)); return true; } -- cgit v1.1