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

Unified Diff: third_party/undoview/undo_view.h

Issue 9288024: Fix license info for undoview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « third_party/undoview/undo_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « third_party/undoview/undo_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698