CPP: Fix compilation error with -DUSE_GOOGLE_BASE
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Tue, 22 May 2012 11:09:54 +0000 (11:09 +0000)
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Tue, 22 May 2012 11:09:54 +0000 (11:09 +0000)
commitaf71790041cd4f2b387f81cc7639085534fc2be4
tree645f68c72e8a18c710cb550eb0f9d4e238617648
parentd6862d6b57c3d49237cbe229bfab61caec65855a
CPP: Fix compilation error with -DUSE_GOOGLE_BASE

This removes the Chromium-specific (outdated) Logger interface from
default_logger.h.
The return type of set_logger_impl() differed from the one in logger.h (changed
in r430) which produced a compilation error in phonenumberutil.cc when
set_logger_impl() is used as a right value.

Logger, defined in logger.h is now used in all cases.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@456 ee073f10-1060-11df-b6a4-87a95322a99c
cpp/src/phonenumbers/default_logger.h