| Index: third_party/undoview/undo_view.h
|
| diff --git a/third_party/undoview/undo_view.h b/third_party/undoview/undo_view.h
|
| index 57ab570b9166da4e3399eccbb899cce1f0d57d3a..7fccf87bd99ae6c87f3c7691b17123728e7415c1 100644
|
| --- a/third_party/undoview/undo_view.h
|
| +++ b/third_party/undoview/undo_view.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| // Boilerplate code was generated by http://burtonini.com/cgi/gobject.py
|
|
|
| -#ifndef CHROME_BROWSER_AUTOCOMPLETE_UNDO_VIEW_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_UNDO_VIEW_H_
|
| +#ifndef UNDOVIEW_UNDO_VIEW_H_
|
| +#define UNDOVIEW_UNDO_VIEW_H_
|
|
|
| #include <gtk/gtk.h>
|
| #include "undo_manager.h"
|
| @@ -47,5 +47,4 @@ GtkWidget* gtk_undo_view_new(GtkTextBuffer *buffer);
|
|
|
| G_END_DECLS
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_UNDO_VIEW_H_
|
| -
|
| +#endif // UNDOVIEW_UNDO_VIEW_H_
|
|
|