diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 03:44:40 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 03:44:40 +0000 |
commit | 0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f (patch) | |
tree | e78c0118849d836de89315d25ad3980a10fea171 /base/file_util_linux.cc | |
parent | 42be0ca594ed7980c7ee73ef04919cd890463e9a (diff) | |
download | chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.zip chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.tar.gz chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.tar.bz2 |
Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_linux.cc')
-rw-r--r-- | base/file_util_linux.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/file_util_linux.cc b/base/file_util_linux.cc index f5ddc33..6f55042 100644 --- a/base/file_util_linux.cc +++ b/base/file_util_linux.cc @@ -7,7 +7,6 @@ #include <string>
#include "base/logging.h"
-#include "base/notimplemented.h"
#include "base/string_util.h"
namespace file_util {
|