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

Unified Diff: ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Nit Created 4 years, 4 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: ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc
diff --git a/ash/link_handler_model.cc b/ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc
similarity index 52%
copy from ash/link_handler_model.cc
copy to ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc
index 759ee2d0ec8af3a549602e75a6c79b4fc8528ca3..07f716d82f327f1cb08441d0d2969b83c150940a 100644
--- a/ash/link_handler_model.cc
+++ b/ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/link_handler_model.h"
+#include "ash/common/system/chromeos/palette/mock_palette_tool_delegate.h"
namespace ash {
-LinkHandlerModel::Observer::~Observer() {}
-LinkHandlerModel::~LinkHandlerModel() {}
+MockPaletteToolDelegate::MockPaletteToolDelegate() {}
+
+MockPaletteToolDelegate::~MockPaletteToolDelegate() {}
} // namespace ash
« no previous file with comments | « ash/common/system/chromeos/palette/mock_palette_tool_delegate.h ('k') | ash/common/system/chromeos/palette/palette_tool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698