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

Unified Diff: chrome/browser/policy/user_policy_disk_cache.h

Issue 7941008: Cosmetic cleanups in chrome/browser/policy/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanups and IWYU fixit in policy code Created 9 years, 3 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
Index: chrome/browser/policy/user_policy_disk_cache.h
diff --git a/chrome/browser/policy/user_policy_disk_cache.h b/chrome/browser/policy/user_policy_disk_cache.h
index 1f7d86b7a081db3a5919f06578869732231d54c6..f7a2e9548bf8acd7ba1a1a12daae0f2675a84f6c 100644
--- a/chrome/browser/policy/user_policy_disk_cache.h
+++ b/chrome/browser/policy/user_policy_disk_cache.h
@@ -11,14 +11,14 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
-namespace em = enterprise_management;
-
namespace enterprise_management {
class CachedCloudPolicyResponse;
pastarmovj 2011/09/20 13:14:08 Ditto space here.
Joao da Silva 2011/09/20 18:51:17 Done.
}
namespace policy {
+namespace em = enterprise_management;
+
// Handles the on-disk cache file used by UserPolicyCache. This class handles
// the necessary thread switching and may outlive the associated UserPolicyCache
// instance.

Powered by Google App Engine
This is Rietveld 408576698