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

Unified Diff: third_party/undoview/undo_manager.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/README.chromium ('k') | third_party/undoview/undo_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/undoview/undo_manager.h
diff --git a/third_party/undoview/undo_manager.h b/third_party/undoview/undo_manager.h
index 9be582ccaadcc48ba5d0ad4bbaefbf5ad8f30267..5a18829eb82295b17516896a3e96bd76ee366f18 100644
--- a/third_party/undoview/undo_manager.h
+++ b/third_party/undoview/undo_manager.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_UNDO_MANAGER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_UNDO_MANAGER_H_
+#ifndef UNDOVIEW_UNDO_MANAGER_H_
+#define UNDOVIEW_UNDO_MANAGER_H_
#include <gtk/gtk.h>
@@ -82,5 +82,5 @@ void gtk_source_undo_manager_set_max_undo_levels(GtkSourceUndoManager *um
G_END_DECLS
-#endif // CHROME_BROWSER_AUTOCOMPLETE_UNDO_MANAGER_H_
+#endif // UNDOVIEW_UNDO_MANAGER_H_
« no previous file with comments | « third_party/undoview/README.chromium ('k') | third_party/undoview/undo_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698