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

Unified Diff: ui/chromeos/network/network_list_view_base.cc

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
Patch Set: Updated after latest round of UI reviews. Created 5 years, 9 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/chromeos/network/network_list_view_base.h ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_list_view_base.cc
diff --git a/ui/compositor/reflector.cc b/ui/chromeos/network/network_list_view_base.cc
similarity index 57%
copy from ui/compositor/reflector.cc
copy to ui/chromeos/network/network_list_view_base.cc
index 31dcdaef6105459ab2c82fa60cc5a1b6d03703f2..3f325cc9190cf6803901c46c9e4599f4399f4870 100644
--- a/ui/compositor/reflector.cc
+++ b/ui/chromeos/network/network_list_view_base.cc
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/compositor/reflector.h"
+#include "ui/chromeos/network/network_list_view_base.h"
namespace ui {
-Reflector::~Reflector() {
+NetworkListViewBase::NetworkListViewBase() {
+}
+
+NetworkListViewBase::~NetworkListViewBase() {
}
} // namespace ui
« no previous file with comments | « ui/chromeos/network/network_list_view_base.h ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698