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

Side by Side Diff: chrome/browser/prefs/chrome_pref_model_associator_client.h

Issue 1326353002: Remove dependency of PrefSyncableService on Profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_model_associator
Patch Set: Move files back to //chrome/browser/prefs & //chrome/test/base Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_
6 #define CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_
7
8 #include "base/macros.h"
9 #include "chrome/browser/prefs/pref_model_associator_client.h"
10
11 class ChromePrefModelAssociatorClient : public PrefModelAssociatorClient {
12 public:
13 ChromePrefModelAssociatorClient();
14 ~ChromePrefModelAssociatorClient() override;
15
16 // Returns the global instance.
17 static ChromePrefModelAssociatorClient* GetInstance();
18
19 DISALLOW_COPY_AND_ASSIGN(ChromePrefModelAssociatorClient);
20 };
21
22 #endif // CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698