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

Unified Diff: webkit/glue/web_intent_service_data.cc

Issue 8417043: Add webkit_glue namespace. Improve some variable and test names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge error Created 9 years, 2 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 | « webkit/glue/web_intent_service_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_service_data.cc
diff --git a/webkit/glue/web_intent_service_data.cc b/webkit/glue/web_intent_service_data.cc
index 267d6300da84f3072a2a76904e623ce1ab296ff5..e9d8d561c220eb437b4bc848c5ba9e28a772b7a6 100644
--- a/webkit/glue/web_intent_service_data.cc
+++ b/webkit/glue/web_intent_service_data.cc
@@ -11,8 +11,6 @@ namespace webkit_glue {
static const char kIntentsInlineDisposition[] = "inline";
-} // namespace webkit_glue
-
WebIntentServiceData::WebIntentServiceData()
: disposition(WebIntentServiceData::DISPOSITION_WINDOW) {
}
@@ -55,3 +53,5 @@ std::ostream& operator<<(::std::ostream& os,
", " << intent.disposition <<
"}";
}
+
+} // namespace webkit_glue
« no previous file with comments | « webkit/glue/web_intent_service_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698