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

Unified Diff: ui/views/controls/tabbed_pane/tabbed_pane.h

Issue 8658009: views: Move tabbed_pane directory to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix native_tabbed_pane_wrapper.h 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
Index: ui/views/controls/tabbed_pane/tabbed_pane.h
diff --git a/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
similarity index 95%
rename from views/controls/tabbed_pane/tabbed_pane.h
rename to ui/views/controls/tabbed_pane/tabbed_pane.h
index 6161d763f53424b57fc77ac87cf1fa5fdd1bc284..97a9d63c9437c3e9c733103ccf8f13e8aba3ab4d 100644
--- a/views/controls/tabbed_pane/tabbed_pane.h
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
@@ -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 VIEWS_CONTROLS_TABBED_PANE_H_
-#define VIEWS_CONTROLS_TABBED_PANE_H_
+#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
+#define UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
#pragma once
#include "base/basictypes.h"
@@ -102,4 +102,4 @@ class VIEWS_EXPORT TabbedPane : public View {
} // namespace views
-#endif // VIEWS_CONTROLS_TABBED_PANE_H_
+#endif // UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
« no previous file with comments | « ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h ('k') | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698