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

Unified Diff: chrome/test/testing_pref_service.h

Issue 2878075: Introduce a resource identifier for content settings. (Closed)
Patch Set: updates Created 10 years, 4 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/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_pref_service.h
diff --git a/chrome/test/testing_pref_service.h b/chrome/test/testing_pref_service.h
index d4512d90dbb32162260dfb651de97cb1a3a27c74..6728fe0a03294879857725809002e3730d432c2d 100644
--- a/chrome/test/testing_pref_service.h
+++ b/chrome/test/testing_pref_service.h
@@ -6,7 +6,7 @@
#define CHROME_TEST_TESTING_PREF_SERVICE_H_
#pragma once
-#include <chrome/browser/pref_service.h>
+#include "chrome/browser/pref_service.h"
// A PrefService subclass for testing. It operates totally in memory and
// provides additional API for manipulating preferences at the different levels
@@ -47,6 +47,8 @@ class TestingPrefService : public PrefService {
// Pointers to the pref stores our value store uses.
PrefStore* managed_prefs_;
PrefStore* user_prefs_;
+
+ DISALLOW_COPY_AND_ASSIGN(TestingPrefService);
};
#endif // CHROME_TEST_TESTING_PREF_SERVICE_H_
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698