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

Unified Diff: extensions/browser/extension_error_test_util.cc

Issue 247143004: cleanup: Cpplint for apps/, extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CHECK_GT -> CHECK Created 6 years, 8 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 | « extensions/browser/extension_error.h ('k') | extensions/browser/extension_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_error_test_util.cc
diff --git a/extensions/browser/extension_error_test_util.cc b/extensions/browser/extension_error_test_util.cc
index cdf4917dd0bcdc42fef36cce1bf3b689be921758..cf4a4f081bcd23f04b09f3cfb16d43efebfab91a 100644
--- a/extensions/browser/extension_error_test_util.cc
+++ b/extensions/browser/extension_error_test_util.cc
@@ -35,15 +35,16 @@ scoped_ptr<ExtensionError> CreateNewRuntimeError(
content::kStandardSchemeSeparator +
extension_id);
- return scoped_ptr<ExtensionError>(new RuntimeError(
- extension_id,
- from_incognito,
- source,
- base::UTF8ToUTF16(message),
- stack_trace,
- GURL::EmptyGURL(), // no context url
- logging::LOG_INFO,
- 0, 0 /* Render [View|Process] ID */ ));
+ return scoped_ptr<ExtensionError>(
+ new RuntimeError(extension_id,
+ from_incognito,
+ source,
+ base::UTF8ToUTF16(message),
+ stack_trace,
+ GURL::EmptyGURL(), // no context url
+ logging::LOG_INFO,
+ 0,
+ 0 /* Render [View|Process] ID */));
}
scoped_ptr<ExtensionError> CreateNewRuntimeError(
« no previous file with comments | « extensions/browser/extension_error.h ('k') | extensions/browser/extension_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698