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

Unified Diff: ash/public/cpp/shelf_model_unittest.cc

Issue 2917013002: mash: Move ShelfModel* to ash/public/cpp. (Closed)
Patch Set: Initialize the AppList item title in ShelfController. Created 3 years, 7 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/public/cpp/shelf_model_unittest.cc
diff --git a/ash/shelf/shelf_model_unittest.cc b/ash/public/cpp/shelf_model_unittest.cc
similarity index 99%
rename from ash/shelf/shelf_model_unittest.cc
rename to ash/public/cpp/shelf_model_unittest.cc
index e731c8cc83d5c38a7bd7dd47fd79174a674a118d..d1fb6ae7b79c949770c7669df932eeffd90a116b 100644
--- a/ash/shelf/shelf_model_unittest.cc
+++ b/ash/public/cpp/shelf_model_unittest.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/shelf/shelf_model.h"
+#include "ash/public/cpp/shelf_model.h"
#include <set>
#include <string>
-#include "ash/shelf/shelf_model_observer.h"
+#include "ash/public/cpp/shelf_model_observer.h"
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698