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

Unified Diff: chrome/browser/extensions/extension_pref_value_map_unittest.cc

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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/extensions/extension_pref_value_map_unittest.cc
diff --git a/chrome/browser/extensions/extension_pref_value_map_unittest.cc b/chrome/browser/extensions/extension_pref_value_map_unittest.cc
index d457347255a2baf23212d9569ac9cc4f6f8250de..daf6fbdf34c8ba50e70068a31c6075fd3737785d 100644
--- a/chrome/browser/extensions/extension_pref_value_map_unittest.cc
+++ b/chrome/browser/extensions/extension_pref_value_map_unittest.cc
@@ -33,14 +33,14 @@ static base::Time CreateTime(int64 t) {
template <typename BASECLASS>
class ExtensionPrefValueMapTestBase : public BASECLASS {
public:
- static const ExtensionPrefsScope kRegular =
- kExtensionPrefsScopeRegular;
- static const ExtensionPrefsScope kRegularOnly =
- kExtensionPrefsScopeRegularOnly;
- static const ExtensionPrefsScope kIncognitoPersistent =
- kExtensionPrefsScopeIncognitoPersistent;
- static const ExtensionPrefsScope kIncognitoSessionOnly =
- kExtensionPrefsScopeIncognitoSessionOnly;
+ static const extensions::ExtensionPrefsScope kRegular =
+ extensions::kExtensionPrefsScopeRegular;
+ static const extensions::ExtensionPrefsScope kRegularOnly =
+ extensions::kExtensionPrefsScopeRegularOnly;
+ static const extensions::ExtensionPrefsScope kIncognitoPersistent =
+ extensions::kExtensionPrefsScopeIncognitoPersistent;
+ static const extensions::ExtensionPrefsScope kIncognitoSessionOnly =
+ extensions::kExtensionPrefsScopeIncognitoSessionOnly;
// Returns an empty string if the key is not set.
std::string GetValue(const char * key, bool incognito) const {
« no previous file with comments | « chrome/browser/extensions/extension_pref_value_map.cc ('k') | chrome/browser/extensions/extension_preference_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698