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

Unified Diff: app/win_util.h

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/os_exchange_data_unittest.cc ('k') | app/win_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win_util.h
===================================================================
--- app/win_util.h (revision 15686)
+++ app/win_util.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_WIN_UTIL_H_
-#define CHROME_COMMON_WIN_UTIL_H_
+#ifndef APP_WIN_UTIL_H_
+#define APP_WIN_UTIL_H_
#include <objbase.h>
@@ -292,4 +292,4 @@
} // namespace win_util
-#endif // CHROME_COMMON_WIN_UTIL_H_
+#endif // APP_WIN_UTIL_H_
« no previous file with comments | « app/os_exchange_data_unittest.cc ('k') | app/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698