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

Side by Side Diff: chrome/browser/policy/cloud/mock_cloud_policy_client.cc

Issue 14008005: Move proto files back into chrome/browser/policy/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/policy/cloud/mock_cloud_policy_client.h" 5 #include "chrome/browser/policy/cloud/mock_cloud_policy_client.h"
6 #include "chrome/browser/policy/cloud/proto/device_management_backend.pb.h" 6 #include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h"
7 7
8 namespace em = enterprise_management; 8 namespace em = enterprise_management;
9 9
10 namespace policy { 10 namespace policy {
11 11
12 MockCloudPolicyClient::MockCloudPolicyClient() 12 MockCloudPolicyClient::MockCloudPolicyClient()
13 : CloudPolicyClient(std::string(), 13 : CloudPolicyClient(std::string(),
14 std::string(), 14 std::string(),
15 USER_AFFILIATION_NONE, 15 USER_AFFILIATION_NONE,
16 NULL, 16 NULL,
(...skipping 14 matching lines...) Expand all
31 31
32 void MockCloudPolicyClient::SetStatus(DeviceManagementStatus status) { 32 void MockCloudPolicyClient::SetStatus(DeviceManagementStatus status) {
33 status_ = status; 33 status_ = status;
34 } 34 }
35 35
36 MockCloudPolicyClientObserver::MockCloudPolicyClientObserver() {} 36 MockCloudPolicyClientObserver::MockCloudPolicyClientObserver() {}
37 37
38 MockCloudPolicyClientObserver::~MockCloudPolicyClientObserver() {} 38 MockCloudPolicyClientObserver::~MockCloudPolicyClientObserver() {}
39 39
40 } // namespace policy 40 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/device_management_service.h ('k') | chrome/browser/policy/cloud/mock_device_management_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698