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

Unified Diff: ui/views/mus/aura_init.h

Issue 1402213002: Moves mandoline/ui/aura to ui/views/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable presubmit Created 5 years, 2 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 | « ui/views/mus/DEPS ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/aura_init.h
diff --git a/mandoline/ui/aura/aura_init.h b/ui/views/mus/aura_init.h
similarity index 81%
rename from mandoline/ui/aura/aura_init.h
rename to ui/views/mus/aura_init.h
index 029f8adec2af27dc31183f15202a9a81caff2c94..319a9c33370ab92b6b0ddabee888a76ce7fb65b0 100644
--- a/mandoline/ui/aura/aura_init.h
+++ b/ui/views/mus/aura_init.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 MANDOLINE_UI_AURA_AURA_INIT_H_
-#define MANDOLINE_UI_AURA_AURA_INIT_H_
+#ifndef UI_VIEWS_MUS_AURA_INIT_H_
+#define UI_VIEWS_MUS_AURA_INIT_H_
#include <string>
@@ -22,10 +22,9 @@ namespace mus {
class View;
}
-namespace mandoline {
+namespace views {
// Sets up necessary state for aura when run with the viewmanager.
-// TODO(sky): move this out of mandoline.
// |resource_file| is the path to the apk file containing the resources.
class AuraInit {
public:
@@ -48,6 +47,6 @@ class AuraInit {
DISALLOW_COPY_AND_ASSIGN(AuraInit);
};
-} // namespace mandoline
+} // namespace views
-#endif // MANDOLINE_UI_AURA_AURA_INIT_H_
+#endif // UI_VIEWS_MUS_AURA_INIT_H_
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698