diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 19:45:02 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 19:45:02 +0000 |
commit | 8edbebdf6b433c78b545a6e30bf366e0755ca60c (patch) | |
tree | da0d974742fd8f32a14014b22dbae49906764f0b /remoting/host/server_log_entry_unittest.cc | |
parent | 61c55542f5d452cbb2f049b6eb83dfe25f29e20a (diff) | |
download | chromium_src-8edbebdf6b433c78b545a6e30bf366e0755ca60c.zip chromium_src-8edbebdf6b433c78b545a6e30bf366e0755ca60c.tar.gz chromium_src-8edbebdf6b433c78b545a6e30bf366e0755ca60c.tar.bz2 |
Move stringize_macros to base/strings.
This removes the unused L-string macros in the file.
BUG=
Review URL: https://codereview.chromium.org/12090083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/server_log_entry_unittest.cc')
-rw-r--r-- | remoting/host/server_log_entry_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/server_log_entry_unittest.cc b/remoting/host/server_log_entry_unittest.cc index 25f7adb..e2e7853 100644 --- a/remoting/host/server_log_entry_unittest.cc +++ b/remoting/host/server_log_entry_unittest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "base/memory/scoped_ptr.h" -#include "base/stringize_macros.h" +#include "base/strings/stringize_macros.h" #include "remoting/host/server_log_entry.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/libjingle/source/talk/xmllite/xmlelement.h" |