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

Unified Diff: chrome/browser/extensions/api/record/record_api_test.cc

Issue 10837044: Correct const accessors in base/values.(h|cc), Part II (ListValue) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: David's comments Created 8 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
Index: chrome/browser/extensions/api/record/record_api_test.cc
diff --git a/chrome/browser/extensions/api/record/record_api_test.cc b/chrome/browser/extensions/api/record/record_api_test.cc
index f5260c7bb7435451bc8efbb7db609eae12a1ae88..8d1391403a1913ea49bb724a28d65fb20f535c69 100644
--- a/chrome/browser/extensions/api/record/record_api_test.cc
+++ b/chrome/browser/extensions/api/record/record_api_test.cc
@@ -243,7 +243,7 @@ class RecordApiTest : public InProcessBrowserTest {
const TestProcessStrategy& strategy) {
// Check that the two bad URLs are returned.
- base::Value* string_value = NULL;
+ const base::Value* string_value = NULL;
StringValue badURL2("URL 2(bad)"), badURL4("URL 4(bad)");
EXPECT_TRUE(result->GetSize() == 2);
« no previous file with comments | « chrome/browser/extensions/api/omnibox/omnibox_api.cc ('k') | chrome/browser/extensions/event_listener_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698