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

Unified Diff: app/gfx/gtk_native_view_id_manager.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « app/gfx/blit.h ('k') | app/gfx/gtk_native_view_id_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gtk_native_view_id_manager.h
===================================================================
--- app/gfx/gtk_native_view_id_manager.h (revision 28672)
+++ app/gfx/gtk_native_view_id_manager.h (working copy)
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
-#define BASE_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
+#ifndef APP_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
+#define APP_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
#include <map>
+#include "app/gfx/native_widget_types.h"
#include "base/singleton.h"
-#include "base/gfx/native_widget_types.h"
typedef unsigned long XID;
@@ -88,4 +88,4 @@
DISALLOW_COPY_AND_ASSIGN(GtkNativeViewManager);
};
-#endif // BASE_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
+#endif // APP_GFX_GTK_NATIVE_VIEW_ID_MANAGER_H_
Property changes on: app/gfx/gtk_native_view_id_manager.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/base/gfx/gtk_native_view_id_manager.h:r69-2775
Added: svn:eol-style
+ LF
« no previous file with comments | « app/gfx/blit.h ('k') | app/gfx/gtk_native_view_id_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698