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

Unified Diff: webkit/glue/web_intent_service_data.h

Issue 8028006: Fixed nits from move of web_intent_service_data.* to 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 | « no previous file | webkit/glue/web_intent_service_data.cc » ('j') | webkit/glue/web_intent_service_data.cc » ('J')
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 642e190bb7c89171b706b05fa73a9c8b2f124f2f..aa4225682ce8177fcc408ca0d592fb20ffe17860 100644
--- a/webkit/glue/web_intent_service_data.h
+++ b/webkit/glue/web_intent_service_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_INTENTS_WEB_INTENT_SERVICE_DATA_H_
-#define CHROME_BROWSER_INTENTS_WEB_INTENT_SERVICE_DATA_H_
+#ifndef WEBKIT_GLUE_WEB_INTENT_SERVICE_DATA_H_
+#define WEBKIT_GLUE_WEB_INTENT_SERVICE_DATA_H_
#pragma once
#include "base/string16.h"
@@ -11,8 +11,6 @@
#include <iosfwd>
// Describes the relevant elements of a WebIntent service.
-// TODO(gbillock): if we want to use this in an IPC message, it should
-// go in webkit/glue in web_intent_data.
struct WebIntentServiceData {
// An intents disposition determines which context the service is opened in.
enum Disposition {
« no previous file with comments | « no previous file | webkit/glue/web_intent_service_data.cc » ('j') | webkit/glue/web_intent_service_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698