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

Unified Diff: ui/base/ui_export.h

Issue 8547015: Revert 110949 - views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « ui/aura_shell/toplevel_frame_view.cc ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_export.h
===================================================================
--- ui/base/ui_export.h (revision 110952)
+++ ui/base/ui_export.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 UI_BASE_UI_EXPORT_H_
-#define UI_BASE_UI_EXPORT_H_
+#ifndef UI_UI_EXPORT_H_
+#define UI_UI_EXPORT_H_
#pragma once
// Defines UI_EXPORT so that functionality implemented by the UI module can be
@@ -26,4 +26,4 @@
#define UI_EXPORT
#endif
-#endif // UI_BASE_UI_EXPORT_H_
+#endif // UI_UI_EXPORT_H_
« no previous file with comments | « ui/aura_shell/toplevel_frame_view.cc ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698