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

Side by Side Diff: chrome/browser/download/download_dir_policy_handler.cc

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 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 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 #include "chrome/browser/download/download_dir_policy_handler.h" 5 #include "chrome/browser/download/download_dir_policy_handler.h"
6 6
7 #include <stddef.h>
8
7 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
8 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
9 #include "base/prefs/pref_value_map.h" 11 #include "base/prefs/pref_value_map.h"
10 #include "base/values.h" 12 #include "base/values.h"
13 #include "build/build_config.h"
11 #include "chrome/browser/download/download_prefs.h" 14 #include "chrome/browser/download/download_prefs.h"
12 #include "chrome/browser/policy/policy_path_parser.h" 15 #include "chrome/browser/policy/policy_path_parser.h"
13 #include "chrome/common/pref_names.h" 16 #include "chrome/common/pref_names.h"
14 #include "components/drive/drive_pref_names.h" 17 #include "components/drive/drive_pref_names.h"
15 #include "components/policy/core/browser/configuration_policy_handler_parameters .h" 18 #include "components/policy/core/browser/configuration_policy_handler_parameters .h"
16 #include "components/policy/core/browser/policy_error_map.h" 19 #include "components/policy/core/browser/policy_error_map.h"
17 #include "components/policy/core/common/policy_map.h" 20 #include "components/policy/core/common/policy_map.h"
18 #include "components/policy/core/common/policy_types.h" 21 #include "components/policy/core/common/policy_types.h"
19 #include "grit/components_strings.h" 22 #include "grit/components_strings.h"
20 #include "policy/policy_constants.h" 23 #include "policy/policy_constants.h"
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 } 115 }
113 #endif 116 #endif
114 } 117 }
115 } 118 }
116 119
117 void DownloadDirPolicyHandler::ApplyPolicySettings( 120 void DownloadDirPolicyHandler::ApplyPolicySettings(
118 const policy::PolicyMap& /* policies */, 121 const policy::PolicyMap& /* policies */,
119 PrefValueMap* /* prefs */) { 122 PrefValueMap* /* prefs */) {
120 NOTREACHED(); 123 NOTREACHED();
121 } 124 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_dir_policy_handler.h ('k') | chrome/browser/download/download_dir_policy_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698