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

Side by Side Diff: chrome/browser/policy/policy_path_parser_linux.cc

Issue 10451068: Fixing gcc 4.7 building problems. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Wrap unisdt.h using OS_POSIX macro Created 8 years, 6 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 <pwd.h> 5 #include <pwd.h>
6 #include <sys/types.h>
7 #include <unistd.h>
6 8
7 #include "chrome/browser/policy/policy_path_parser.h" 9 #include "chrome/browser/policy/policy_path_parser.h"
8 10
9 #include "base/logging.h" 11 #include "base/logging.h"
10 12
11 namespace policy { 13 namespace policy {
12 14
13 namespace path_parser { 15 namespace path_parser {
14 16
15 const char* kMachineNamePolicyVarName = "${machine_name}"; 17 const char* kMachineNamePolicyVarName = "${machine_name}";
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } else { 49 } else {
48 LOG(ERROR) << "Machine name variable can not be resolved."; 50 LOG(ERROR) << "Machine name variable can not be resolved.";
49 } 51 }
50 } 52 }
51 return result; 53 return result;
52 } 54 }
53 55
54 } // namespace path_parser 56 } // namespace path_parser
55 57
56 } // namespace policy 58 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/browser/extensions/settings/settings_frontend.cc ('k') | content/public/common/sandbox_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698