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

Side by Side Diff: ios/public/test/test_chrome_browser_provider.h

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_ 5 #ifndef IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_
6 #define IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_ 6 #define IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_
7 7
8 #include "base/macros.h"
8 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
9 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h" 10 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
10 11
11 class FakeProfileOAuth2TokenServiceIOSProvider; 12 class FakeProfileOAuth2TokenServiceIOSProvider;
12 13
13 namespace ios { 14 namespace ios {
14 15
15 class FakeStringProvider; 16 class FakeStringProvider;
16 class TestUpdatableResourceProvider; 17 class TestUpdatableResourceProvider;
17 18
(...skipping 21 matching lines...) Expand all
39 scoped_ptr<ChromeIdentityService> chrome_identity_service_; 40 scoped_ptr<ChromeIdentityService> chrome_identity_service_;
40 scoped_ptr<FakeStringProvider> string_provider_; 41 scoped_ptr<FakeStringProvider> string_provider_;
41 scoped_ptr<TestUpdatableResourceProvider> test_updatable_resource_provider_; 42 scoped_ptr<TestUpdatableResourceProvider> test_updatable_resource_provider_;
42 43
43 DISALLOW_COPY_AND_ASSIGN(TestChromeBrowserProvider); 44 DISALLOW_COPY_AND_ASSIGN(TestChromeBrowserProvider);
44 }; 45 };
45 46
46 } // namespace ios 47 } // namespace ios
47 48
48 #endif // IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_ 49 #endif // IOS_PUBLIC_TEST_TEST_CHROME_BROWSER_PROVIDER_H_
OLDNEW
« no previous file with comments | « ios/public/provider/web/web_ui_ios_message_handler.h ('k') | ios/third_party/blink/src/html_character_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698