| Index: ui/base/gtk/gtk_integers.h
|
| ===================================================================
|
| --- ui/base/gtk/gtk_integers.h (revision 0)
|
| +++ ui/base/gtk/gtk_integers.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef APP_GTK_INTEGERS_H_
|
| -#define APP_GTK_INTEGERS_H_
|
| +#ifndef UI_BASE_GTK_GTK_INTEGERS_H_
|
| +#define UI_BASE_GTK_GTK_INTEGERS_H_
|
| #pragma once
|
|
|
| // GLib/Gobject/Gtk all use their own integer typedefs. They are copied here
|
| @@ -25,4 +25,4 @@
|
| typedef void* gpointer;
|
| typedef const void *gconstpointer;
|
|
|
| -#endif // APP_GTK_INTEGERS_H_
|
| +#endif // UI_BASE_GTK_GTK_INTEGERS_H_
|
|
|