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

Side by Side Diff: ios/chrome/test/google_toolbox_unittest.mm

Issue 2173873002: iOS: Re-add bits of GTM we actually use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix google_toolbox_for_mac.gyp Created 4 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/test/DEPS ('k') | third_party/google_toolbox_for_mac/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #import <Foundation/Foundation.h>
6
7 #include "base/logging.h"
8 #include "testing/gtest_mac.h"
9 #import "third_party/google_toolbox_for_mac/src/Foundation/GTMNSDictionary+URLAr guments.h"
10
11 // [NSDictionary gtm_dictionaryWithHttpArgumentsString] is used downstream.
12 // This test ensures that we keep compiling the file.
13 TEST(GoogleToolboxForMacTest, dictionaryWithHttpArgumentsString) {
14 NSDictionary* dict = [NSDictionary gtm_dictionaryWithHttpArgumentsString:@""];
15 EXPECT_EQ(0u, [dict count]);
16 }
OLDNEW
« no previous file with comments | « ios/chrome/test/DEPS ('k') | third_party/google_toolbox_for_mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698