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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
index 34fa9e9036c6170ffb116067425c89ac9d6d31f6..55295d5731161f2f43c719d1181e115ddbab183a 100644
--- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
@@ -273,8 +273,9 @@ Response InspectorDatabaseAgent::enable() {
if (DatabaseClient* client = DatabaseClient::fromPage(m_page))
client->setInspectorAgent(this);
DatabaseTracker::tracker().forEachOpenDatabaseInPage(
- m_page, WTF::bind(&InspectorDatabaseAgent::registerDatabaseOnCreation,
- wrapPersistent(this)));
+ m_page,
+ WTF::bind(&InspectorDatabaseAgent::registerDatabaseOnCreation,
+ wrapPersistent(this)));
return Response::OK();
}

Powered by Google App Engine
This is Rietveld 408576698