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

Unified Diff: app/l10n_util.h

Issue 109043: Move l10n_util to app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/app.vcproj ('k') | app/l10n_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util.h
===================================================================
--- app/l10n_util.h (revision 15319)
+++ app/l10n_util.h (working copy)
@@ -5,8 +5,8 @@
// This file contains utility functions for dealing with localized
// content.
-#ifndef CHROME_COMMON_L10N_UTIL_H_
-#define CHROME_COMMON_L10N_UTIL_H_
+#ifndef APP_L10N_UTIL_H_
+#define APP_L10N_UTIL_H_
#include "build/build_config.h"
@@ -367,4 +367,4 @@
}
-#endif // CHROME_COMMON_L10N_UTIL_H_
+#endif // APP_L10N_UTIL_H_
« no previous file with comments | « app/app.vcproj ('k') | app/l10n_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698