summaryrefslogtreecommitdiffstats
path: root/ash/shell_unittest.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 04:03:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 04:03:32 +0000
commited95e02da69e469de255362cdb4114fe8e4c0c64 (patch)
tree5bb68bc6517f35f14ca98498cbc4f52f8b3dcfff /ash/shell_unittest.cc
parent603af7ca8d0238e9b1a12b14a67655b831b047b7 (diff)
downloadchromium_src-ed95e02da69e469de255362cdb4114fe8e4c0c64.zip
chromium_src-ed95e02da69e469de255362cdb4114fe8e4c0c64.tar.gz
chromium_src-ed95e02da69e469de255362cdb4114fe8e4c0c64.tar.bz2
Update src/ash/ for renames and moves in base
Renames string16 -> base::string16 and base/string_number_conversions.h -> base/strings/string_number_conversions.h BUG= Review URL: https://codereview.chromium.org/13856005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_unittest.cc')
-rw-r--r--ash/shell_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index 25df2bf..039354f 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -89,7 +89,7 @@ class ModalWindow : public views::WidgetDelegateView {
virtual bool CanResize() const OVERRIDE {
return true;
}
- virtual string16 GetWindowTitle() const OVERRIDE {
+ virtual base::string16 GetWindowTitle() const OVERRIDE {
return ASCIIToUTF16("Modal Window");
}
virtual ui::ModalType GetModalType() const OVERRIDE {