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

Unified Diff: ui/app_list/search/tokenized_string_char_iterator.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
Index: ui/app_list/search/tokenized_string_char_iterator.cc
diff --git a/chrome/browser/ui/app_list/search/tokenized_string_char_iterator.cc b/ui/app_list/search/tokenized_string_char_iterator.cc
similarity index 96%
rename from chrome/browser/ui/app_list/search/tokenized_string_char_iterator.cc
rename to ui/app_list/search/tokenized_string_char_iterator.cc
index 744dcaac5c320e194cc161fca8ac95ff18034ef8..bdd75a3e30c3dd9abe98e3bc85ef44e8718b70bd 100644
--- a/chrome/browser/ui/app_list/search/tokenized_string_char_iterator.cc
+++ b/ui/app_list/search/tokenized_string_char_iterator.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_char_iterator.h"
+#include "ui/app_list/search/tokenized_string_char_iterator.h"
#include "base/i18n/char_iterator.h"
#include "base/logging.h"
« no previous file with comments | « ui/app_list/search/tokenized_string_char_iterator.h ('k') | ui/app_list/search/tokenized_string_char_iterator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698