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

Side by Side Diff: chrome/browser/policy/test/local_policy_test_server.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (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_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_ 5 #ifndef CHROME_BROWSER_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_
6 #define CHROME_BROWSER_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_ 6 #define CHROME_BROWSER_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
12 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
13 #include "base/files/scoped_temp_dir.h" 12 #include "base/files/scoped_temp_dir.h"
13 #include "base/macros.h"
14 #include "base/values.h" 14 #include "base/values.h"
15 #include "net/test/spawned_test_server/local_test_server.h" 15 #include "net/test/spawned_test_server/local_test_server.h"
16 #include "url/gurl.h" 16 #include "url/gurl.h"
17 17
18 namespace crypto { 18 namespace crypto {
19 class RSAPrivateKey; 19 class RSAPrivateKey;
20 } 20 }
21 21
22 namespace policy { 22 namespace policy {
23 23
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 base::FilePath policy_key_; 93 base::FilePath policy_key_;
94 base::DictionaryValue clients_; 94 base::DictionaryValue clients_;
95 base::ScopedTempDir server_data_dir_; 95 base::ScopedTempDir server_data_dir_;
96 96
97 DISALLOW_COPY_AND_ASSIGN(LocalPolicyTestServer); 97 DISALLOW_COPY_AND_ASSIGN(LocalPolicyTestServer);
98 }; 98 };
99 99
100 } // namespace policy 100 } // namespace policy
101 101
102 #endif // CHROME_BROWSER_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_ 102 #endif // CHROME_BROWSER_POLICY_TEST_LOCAL_POLICY_TEST_SERVER_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/schema_registry_service_factory.cc ('k') | chrome/browser/policy/test/local_policy_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698