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

Unified Diff: ui/app_list/search/tokenized_string_unittest.cc

Issue 522683003: Move basic string operations to ui/app_list/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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
« no previous file with comments | « ui/app_list/search/tokenized_string_match_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search/tokenized_string_unittest.cc
diff --git a/chrome/browser/ui/app_list/search/tokenized_string_unittest.cc b/ui/app_list/search/tokenized_string_unittest.cc
similarity index 97%
rename from chrome/browser/ui/app_list/search/tokenized_string_unittest.cc
rename to ui/app_list/search/tokenized_string_unittest.cc
index d5706a144f147c57ee21c9a3eb3dcf44c8d512f8..64fb8eee4de80fd9b0c10a41f5642ce4a13e033f 100644
--- a/chrome/browser/ui/app_list/search/tokenized_string_unittest.cc
+++ b/ui/app_list/search/tokenized_string_unittest.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 "chrome/browser/ui/app_list/search/tokenized_string.h"
+#include "ui/app_list/search/tokenized_string.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « ui/app_list/search/tokenized_string_match_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698