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

Unified Diff: base/memory/lifetime_interface.cc

Issue 566243005: Cast: Allow extension to control wifi options on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: base/memory/lifetime_interface.cc
diff --git a/ui/native_theme/native_theme_observer.cc b/base/memory/lifetime_interface.cc
similarity index 56%
copy from ui/native_theme/native_theme_observer.cc
copy to base/memory/lifetime_interface.cc
index f516a762027fccab32d569f2466d82c65252c104..e58e25feb88ef588c32177262e8ec2794d4b99fc 100644
--- a/ui/native_theme/native_theme_observer.cc
+++ b/base/memory/lifetime_interface.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.
-#include "ui/native_theme/native_theme_observer.h"
+#include "base/memory/lifetime_interface.h"
-namespace ui {
+namespace base {
-NativeThemeObserver::~NativeThemeObserver() {}
+LifetimeInterface::~LifetimeInterface() {}
-} // namespace ui
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698