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

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

Issue 7941008: Cosmetic cleanups in chrome/browser/policy/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload was broken? 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
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/policy/asynchronous_policy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/asynchronous_policy_loader.h
diff --git a/chrome/browser/policy/asynchronous_policy_loader.h b/chrome/browser/policy/asynchronous_policy_loader.h
index fff0c8c573661bf6737f0746458c6269bfc18def..1458d8232a37309d5f835406947ecf44637809b5 100644
--- a/chrome/browser/policy/asynchronous_policy_loader.h
+++ b/chrome/browser/policy/asynchronous_policy_loader.h
@@ -7,12 +7,16 @@
#pragma once
#include "base/memory/ref_counted.h"
-#include "base/message_loop.h"
+#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
+#include "base/time.h"
#include "base/values.h"
#include "chrome/browser/policy/asynchronous_policy_provider.h"
#include "chrome/browser/policy/configuration_policy_provider.h"
+class CancelableTask;
+class MessageLoop;
+
namespace policy {
// Used by the implementation of asynchronous policy provider to manage the
@@ -20,9 +24,8 @@ namespace policy {
class AsynchronousPolicyLoader
: public base::RefCountedThreadSafe<AsynchronousPolicyLoader> {
public:
- explicit AsynchronousPolicyLoader(
- AsynchronousPolicyProvider::Delegate* delegate,
- int reload_interval_minutes);
+ AsynchronousPolicyLoader(AsynchronousPolicyProvider::Delegate* delegate,
+ int reload_interval_minutes);
// Triggers initial policy load.
virtual void Init();
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/policy/asynchronous_policy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698