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

Unified Diff: webkit/glue/web_intent_service_data.h

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 | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | webkit/glue/web_intent_service_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_service_data.h
diff --git a/webkit/glue/web_intent_service_data.h b/webkit/glue/web_intent_service_data.h
index 9d623c199fa36338b2abda6116ffcf7c88daccb9..aa0a2a6bb22c15bed37e5ee2e19a5dfa084f9f13 100644
--- a/webkit/glue/web_intent_service_data.h
+++ b/webkit/glue/web_intent_service_data.h
@@ -10,6 +10,8 @@
#include "googleurl/src/gurl.h"
#include <iosfwd>
+namespace webkit_glue {
+
// Describes the relevant elements of a WebIntent service.
struct WebIntentServiceData {
// An intents disposition determines which context the service is opened in.
@@ -37,6 +39,9 @@ struct WebIntentServiceData {
};
// Printing operator - helps gtest produce readable error messages.
-std::ostream& operator<<(std::ostream& os, const WebIntentServiceData& intent);
+std::ostream& operator<<(std::ostream& os,
+ const webkit_glue::WebIntentServiceData& intent);
+
+} // namespace webkit_glue
#endif // CHROME_BROWSER_INTENTS_WEB_INTENT_SERVICE_DATA_H_
« no previous file with comments | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | webkit/glue/web_intent_service_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698