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

Unified Diff: chrome/browser/extensions/extension_prefs_unittest.h

Issue 9703098: Remove "base/values.h" import from "base/location.h", fix up downstream files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix one more file on ChromiumOS Created 8 years, 9 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_prefs_unittest.h
diff --git a/chrome/browser/extensions/extension_prefs_unittest.h b/chrome/browser/extensions/extension_prefs_unittest.h
index 926a9576f977d402f1aa81e2bdb3cd3896022f90..bda1dca17241632c0f426837d4073d3cb2f2b129 100644
--- a/chrome/browser/extensions/extension_prefs_unittest.h
+++ b/chrome/browser/extensions/extension_prefs_unittest.h
@@ -11,6 +11,10 @@
#include "content/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace base {
+class Value;
+}
+
// Base class for extension preference-related unit tests.
class ExtensionPrefsTest : public testing::Test {
public:
@@ -55,16 +59,16 @@ class ExtensionPrefsPrepopulatedTest : public ExtensionPrefsTest {
void InstallExtControlledPref(Extension *ext,
const std::string& key,
- Value* val);
+ base::Value* val);
void InstallExtControlledPrefIncognito(Extension *ext,
const std::string& key,
- Value* val);
+ base::Value* val);
void InstallExtControlledPrefIncognitoSessionOnly(
Extension *ext,
const std::string& key,
- Value* val);
+ base::Value* val);
void InstallExtension(Extension *ext);
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/extensions/extension_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698