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

Unified Diff: ui/base/gtk/owned_widget_gtk.h

Issue 7669040: content: Move render_widget_host_view_gtk to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix. Created 9 years, 4 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 | « content/test/data/gtk_key_bindings_test_gtkrc ('k') | ui/base/gtk/owned_widget_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/owned_widget_gtk.h
diff --git a/chrome/browser/ui/gtk/owned_widget_gtk.h b/ui/base/gtk/owned_widget_gtk.h
similarity index 96%
rename from chrome/browser/ui/gtk/owned_widget_gtk.h
rename to ui/base/gtk/owned_widget_gtk.h
index 07952b128cc9fced107a9896cf7a4f0329e92206..d98604e0e650a2a04d5634db454185f1bc3f3c9c 100644
--- a/chrome/browser/ui/gtk/owned_widget_gtk.h
+++ b/ui/base/gtk/owned_widget_gtk.h
@@ -46,8 +46,8 @@
// gtk_destroy_widget(widget); // Ask all code to destroy their references.
// g_object_unref(widget); // Destroy the initial reference we had claimed.
-#ifndef CHROME_BROWSER_UI_GTK_OWNED_WIDGET_GTK_H_
-#define CHROME_BROWSER_UI_GTK_OWNED_WIDGET_GTK_H_
+#ifndef UI_BASE_GTK_OWNED_WIDGET_GTK_H_
+#define UI_BASE_GTK_OWNED_WIDGET_GTK_H_
#pragma once
#include "base/basictypes.h"
@@ -88,4 +88,4 @@ class OwnedWidgetGtk {
DISALLOW_COPY_AND_ASSIGN(OwnedWidgetGtk);
};
-#endif // CHROME_BROWSER_UI_GTK_OWNED_WIDGET_GTK_H_
+#endif // UI_BASE_GTK_OWNED_WIDGET_GTK_H_
« no previous file with comments | « content/test/data/gtk_key_bindings_test_gtkrc ('k') | ui/base/gtk/owned_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698