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

Unified Diff: ui/ozone/factories/event_factory_ozone.cc

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/ozone/factories/event_factory_ozone.cc
diff --git a/ui/events/ozone/event_factory_ozone.cc b/ui/ozone/factories/event_factory_ozone.cc
similarity index 93%
rename from ui/events/ozone/event_factory_ozone.cc
rename to ui/ozone/factories/event_factory_ozone.cc
index 79d6ece36d0481118a380ad919ef6a7d2a0a3990..edc7ef5f44a82f54e25b752e0e5090b968b06497 100644
--- a/ui/events/ozone/event_factory_ozone.cc
+++ b/ui/ozone/factories/event_factory_ozone.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/events/ozone/event_factory_ozone.h"
+#include "ui/ozone/factories/event_factory_ozone.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698