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

Unified Diff: webkit/glue/web_intent_service_data.cc

Issue 7980063: Moved web_intent_service_data into webkit/glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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') | webkit/glue/webkit_glue.gypi » ('j') | 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/chrome/browser/intents/web_intent_service_data.cc b/webkit/glue/web_intent_service_data.cc
similarity index 94%
rename from chrome/browser/intents/web_intent_service_data.cc
rename to webkit/glue/web_intent_service_data.cc
index d34173d72c26eb3f1cf84128d5f7db181e42a1f6..26509aedd7a46694c07a1c0e5d04536f2e2313a7 100644
--- a/chrome/browser/intents/web_intent_service_data.cc
+++ b/webkit/glue/web_intent_service_data.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/utf_string_conversions.h"
-#include "chrome/browser/intents/web_intent_service_data.h"
#include <ostream>
James Hawkins 2011/09/22 03:21:07 Blank line after this.
groby-ooo-7-16 2011/09/22 03:34:05 Done.
+#include "base/utf_string_conversions.h"
+#include "webkit/glue/web_intent_service_data.h"
WebIntentServiceData::WebIntentServiceData()
: disposition(WebIntentServiceData::DISPOSITION_WINDOW) {
« no previous file with comments | « webkit/glue/web_intent_service_data.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698