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

Unified Diff: chrome/browser/policy/cloud/message_util.h

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, add chrome/browser/chromeos/policy/OWNERS Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/cloud/enterprise_metrics.cc ('k') | chrome/browser/policy/cloud/message_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/cloud/message_util.h
diff --git a/chrome/browser/policy/message_util.h b/chrome/browser/policy/cloud/message_util.h
similarity index 72%
rename from chrome/browser/policy/message_util.h
rename to chrome/browser/policy/cloud/message_util.h
index 051c3a4ff109b42e1f722962d9efe5748de4d4ca..ba4b7a2441fdc73bdf391e725fd1f15be29dedef 100644
--- a/chrome/browser/policy/message_util.h
+++ b/chrome/browser/policy/cloud/message_util.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_POLICY_MESSAGE_UTIL_H_
-#define CHROME_BROWSER_POLICY_MESSAGE_UTIL_H_
+#ifndef CHROME_BROWSER_POLICY_CLOUD_MESSAGE_UTIL_H_
+#define CHROME_BROWSER_POLICY_CLOUD_MESSAGE_UTIL_H_
#include "base/string16.h"
-#include "chrome/browser/policy/cloud_policy_constants.h"
-#include "chrome/browser/policy/cloud_policy_store.h"
-#include "chrome/browser/policy/cloud_policy_validator.h"
+#include "chrome/browser/policy/cloud/cloud_policy_constants.h"
+#include "chrome/browser/policy/cloud/cloud_policy_store.h"
+#include "chrome/browser/policy/cloud/cloud_policy_validator.h"
namespace policy {
@@ -27,4 +27,4 @@ string16 FormatStoreStatus(CloudPolicyStore::Status store_status,
} // namespace policy
-#endif // CHROME_BROWSER_POLICY_MESSAGE_UTIL_H_
+#endif // CHROME_BROWSER_POLICY_CLOUD_MESSAGE_UTIL_H_
« no previous file with comments | « chrome/browser/policy/cloud/enterprise_metrics.cc ('k') | chrome/browser/policy/cloud/message_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698