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

Side by Side Diff: chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.h

Issue 1547093002: Switch to standard integer types in chrome/browser/chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACTORY _H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACTORY _H_
6 #define CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACTORY _H_ 6 #define CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACTORY _H_
7 7
8 #include "base/basictypes.h" 8 #include "base/macros.h"
9 #include "base/memory/singleton.h" 9 #include "base/memory/singleton.h"
10 #include "components/keyed_service/content/browser_context_keyed_service_factory .h" 10 #include "components/keyed_service/content/browser_context_keyed_service_factory .h"
11 11
12 namespace content { 12 namespace content {
13 class BrowserContext; 13 class BrowserContext;
14 } 14 }
15 15
16 namespace policy { 16 namespace policy {
17 17
18 // Creates instances of UserCloudPolicyTokenForwarder for Profiles that may need 18 // Creates instances of UserCloudPolicyTokenForwarder for Profiles that may need
(...skipping 16 matching lines...) Expand all
35 content::BrowserContext* context) const override; 35 content::BrowserContext* context) const override;
36 bool ServiceIsCreatedWithBrowserContext() const override; 36 bool ServiceIsCreatedWithBrowserContext() const override;
37 bool ServiceIsNULLWhileTesting() const override; 37 bool ServiceIsNULLWhileTesting() const override;
38 38
39 DISALLOW_COPY_AND_ASSIGN(UserCloudPolicyTokenForwarderFactory); 39 DISALLOW_COPY_AND_ASSIGN(UserCloudPolicyTokenForwarderFactory);
40 }; 40 };
41 41
42 } // namespace policy 42 } // namespace policy
43 43
44 #endif // CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACT ORY_H_ 44 #endif // CHROME_BROWSER_CHROMEOS_POLICY_USER_CLOUD_POLICY_TOKEN_FORWARDER_FACT ORY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698