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

Unified Diff: ui/views/examples/example_combobox_model.h

Issue 8555013: views: Move examples/ 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/views/examples/example_base.cc ('k') | ui/views/examples/example_combobox_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/example_combobox_model.h
diff --git a/views/examples/example_combobox_model.h b/ui/views/examples/example_combobox_model.h
similarity index 81%
rename from views/examples/example_combobox_model.h
rename to ui/views/examples/example_combobox_model.h
index 281eada63bd9dfefaf1370f2ac0cb66fac854802..1a7582a8a5aa6308d6ea9755bb501343cf6af398 100644
--- a/views/examples/example_combobox_model.h
+++ b/ui/views/examples/example_combobox_model.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_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
-#define VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
+#ifndef UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
+#define UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
#pragma once
#include "base/compiler_specific.h"
@@ -29,4 +29,4 @@ class ExampleComboboxModel : public ui::ComboboxModel {
} // namespace examples
-#endif // VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
+#endif // UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
« no previous file with comments | « ui/views/examples/example_base.cc ('k') | ui/views/examples/example_combobox_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698