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

Unified Diff: ui/aura/window_delegate.cc

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: split out Created 4 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
Index: ui/aura/window_delegate.cc
diff --git a/components/tracing/test/example_proto/upper_import.proto b/ui/aura/window_delegate.cc
similarity index 58%
copy from components/tracing/test/example_proto/upper_import.proto
copy to ui/aura/window_delegate.cc
index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..c3503d82764265876b1648cbf833094348b41672 100644
--- a/components/tracing/test/example_proto/upper_import.proto
+++ b/ui/aura/window_delegate.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
+#include "ui/aura/window_delegate.h"
-package foo.bar;
+namespace aura {
-message TrickyPublicImport {
-}
+void WindowDelegate::OnRequestClose() {}
+
+} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698