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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_store_unittest.cc

Issue 149213003: Cleanup: Fix some lint/style errors in extensions code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/content_settings/content_settings_store_unittest.cc
===================================================================
--- chrome/browser/extensions/api/content_settings/content_settings_store_unittest.cc (revision 247534)
+++ chrome/browser/extensions/api/content_settings/content_settings_store_unittest.cc (working copy)
@@ -9,6 +9,7 @@
#include "chrome/browser/content_settings/content_settings_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
using ::testing::Mock;
@@ -51,7 +52,7 @@
ContentSettingsType content_type,
const std::string& resource_identifier,
bool incognito) {
- scoped_ptr<content_settings::RuleIterator> rule_iterator (
+ scoped_ptr<content_settings::RuleIterator> rule_iterator(
store->GetRuleIterator(content_type, resource_identifier, incognito));
scoped_ptr<base::Value> setting(
content_settings::GetContentSettingValueAndPatterns(

Powered by Google App Engine
This is Rietveld 408576698